wpkgtcli
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/OpenWPKG/wpkgtcli)
Open source terminal based WPKG Dashboard CLI written in Go
Installation
Requirements
- Go - get it fom here or through your package manager
On Linux, you might have to add the go packages' binaries directory to PATH and set GOPATH by adding these lines to ~/.bashrc
or ~/.zshrc
:
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
You can install the program by running:
go install github.com/OpenWPKG/wpkgtcli@latest
You can also install the program from sources:
git clone https://github.com/OpenWPKG/wpkgtcli
cd wpkgtcli
go install .
Running
Execute the program with
wpkgtcli
Config
The config files are stored in ~/.config/wpkg2-cli
for Linux and %AppData%\.config\wpkg2-cli
for Windows, same as the official WPKG CLI. The config files are fully compatible with the official WPKG CLI.