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.
- Download the
/builddirectory. - Open a terminal inside the
/builddirectory. - Run:
bash ./install.sh- If you get permission errors, run the command with
sudo:
sudo bash ./install.sh- Download the
/builddirectory. - Run
install.batas Administrator.
Note: In version 1.0, colors may not display correctly when using PowerShell. This issue will be fixed in a future update.
Run the following command inside the /build directory:
bash ./uninstall.shRun uninstall.bat as Administrator.
Note: Do not run
uninstall.batinside PowerShell or another terminal.
- All commands use the
zcprefix. - Use
--helpto open the help menu. - Use
--versionto see the installed version. - Run commands using:
zc <command>Example:
zc --helpIf you want to build the application yourself:
- Clone the repository:
git clone https://github.com/amodemoli/zc.git-
Install the Golang compiler.
-
The project was developed using Go
1.26.0. -
Initialize Go modules:
go mod init github.com/amodemoli/zc- Build the project:
go build -o zc .Below are the currently available commands in Zima CLI.
If you need help, contact me through the links in the Contact section.
zc --helpzc trashFeatures:
- Move files to trash and restore them later.
- View trashed files and their types (
file/directory). - Clear all trash items.
zc modelFeatures:
- Create custom models.
- View model file data.
- Add or retrieve models.
- Models work across multiple operating systems (Linux, Windows, macOS, etc.).
- Models support metadata such as author and version.
- Models include custom/default values and help commands.
- Discord:
@ir.de - Website: demolition.ir
- Telegram: @amodemoli
- Bale:
@demolition