Xedo is a CLI todo list manager. Xedo is made in Go. Why not just use a text editor? Because "cool CLI utility".
If you don't want to compile the thing yourself, download the latest release here.
If you instead want to compile Xedo, you can do so by getting Go.
Once that is installed, just: go get github.com/Mnpn03/Xedo.
Make your way to the directory, and then simply build it by running go install.
$ xedo help
That's about it, it'll tell you about what you can do.
To contribute to the project, simply create a pull request or an issue. Thanks!
Xedo is FOSS that comes with no warranty. Read more about the license used here.