Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zima Commands Application

Zima CLI is a command-line application designed to make using the Windows and Linux terminal easier.

The application adds simple commands for everyday use and productivity.

Zima is developed by Demolition using Go (Golang).

You do not need the Golang compiler to install the application. Compilers are only required if you want to build the project yourself.


Installation

Linux && MacOs

  1. Download the /build directory.
  2. Open a terminal inside the /build directory.
  3. Run:
bash ./install.sh
  1. If you get permission errors, run the command with sudo:
sudo bash ./install.sh

Windows

  1. Download the /build directory.
  2. Run install.bat as Administrator.

Note: In version 1.0, colors may not display correctly when using PowerShell. This issue will be fixed in a future update.


Uninstallation

Linux

Run the following command inside the /build directory:

bash ./uninstall.sh

Windows

Run uninstall.bat as Administrator.

Note: Do not run uninstall.bat inside PowerShell or another terminal.


Usage

  • All commands use the zc prefix.
  • Use --help to open the help menu.
  • Use --version to see the installed version.
  • Run commands using:
zc <command>

Example:

zc --help

Building From Source

If you want to build the application yourself:

  1. Clone the repository:
git clone https://github.com/amodemoli/zc.git
  1. Install the Golang compiler.

  2. The project was developed using Go 1.26.0.

  3. Initialize Go modules:

go mod init github.com/amodemoli/zc
  1. Build the project:
go build -o zc .

Commands

Below are the currently available commands in Zima CLI.

If you need help, contact me through the links in the Contact section.


Help Menu

zc --help

Trash Command

zc trash

Features:

  1. Move files to trash and restore them later.
  2. View trashed files and their types (file / directory).
  3. Clear all trash items.

Model Command

zc model

Features:

  1. Create custom models.
  2. View model file data.
  3. Add or retrieve models.
  4. Models work across multiple operating systems (Linux, Windows, macOS, etc.).
  5. Models support metadata such as author and version.
  6. Models include custom/default values and help commands.

Contact

About

custom models and trash system for remove file and run all commands in all system os.

Topics

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages