Skip to content

ritikdhasmana/godo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godo

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.

GitHub release (latest by date) GitHub Workflow Status

godo-gif

By default, it stores all todos as a json file in user's home directory (.godo.json).

Installation

Homebrew

brew tap ritikdhasmana/ritikd
brew install godo

Using Go

go install github.com/ritikdhasmana/godo/cmd/godo@latest
export PATH=$PATH:$HOME/go/bin  #to add path, restart terminal or do `source ~/.xyzrc`

Further Dev

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.

mail- ritikdhasmana22@gmail.com