asd
A simple CLI task manager.
Installation
asd is written in Go.
It was built with Go 1.24, but should work with any recent Go version.
Install from source
go install github.com/abdrd/asd@latest
This installs the asd binary into $GOPATH/bin (or $HOME/go/bin).
Make sure that directory is in your PATH.
Alternatively, clone and build manually:
git clone https://github.com/abdrd/asd
cd asd
go build
Run asd or asd help for commands.
Data storage
asd stores its data in ~/.local/state/asd/.
asd is tested on Linux only.
It may work on other platforms, but this is not guaranteed.
License
MIT