Quick Start
Installation
Prerequisites
Go installed (latest stable version recommended)
Install via Go
go install github.com/parsabordbar/ctx3@latest
Build From Source
git clone https://github.com/parsabordbar/ctx3.git
cd ctx3
go build -o ctx3
Optionally move the binary to a global path:
mv ctx3 /usr/local/bin/
Verify installation:
ctx3
you can check the help flag for further help:
ctx3 -h