Home
atools is a collection of handy command-line interface(CLI) tools built using Go and cobra-cli.
Quick Installation
Linux
MacOS
A dedicated MacOS installer is not available yet.
Please use the manual installation method or build from source.
Windows
A dedicated Windows installer is not available yet.
Please use the manual installation method or build from source.
Manual Installation
Linux
- Download the latest release from the releases page.
- Unzip the downloaded file:
- Copy the
atools
binary to/usr/bin
- Make the binary executable:
- Verify the installation:
(Or simply run
atools
to see the available commands.)
MacOS
- Download the latest release from the releases page.
- Unzip the downloaded file:
- Copy the
atools
binary to/usr/local/bin
- Make the binary executable:
- Verify the installation:
(Or simply run
atools
to see the available commands.)
Windows
- Download the latest release from the releases page.
- Unzip the downloaded file.
- Copy the
atools.exe
binary toC:\Program Files\atools
or any other directory in your PATH. - Open Command Prompt or Powershell and verify the installation with
atools version
.
Source Build
- Clone the repository:
- Navigate, build, and install:
- Verify the installation: