A simple CLI task manager.
asd is written in Go.
It was built with Go 1.24, but should work with any recent Go version.
go install github.com/abdrd/asd@latestThis 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 buildRun asd or asd help for commands.
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.
MIT