Why leave your nice and cozy terminal just to write tiny lil todos when you can use godo!
A simple cli todo written in go.
By default, it stores all todos as a json file in user's home directory (.godo.json
).
brew tap ritikdhasmana/ritikd
brew install godo
go install github.com/ritikdhasmana/godo/cmd/godo@latest
export PATH=$PATH:$HOME/go/bin #to add path, restart terminal or do `source ~/.xyzrc`
I am not actively maintaining this but still if you have any suggestions for features or error or if you want to contribute to this feel free to reach out to me.