Overlord is a command-line based personal assistant. It can take notes, maintain a journal, set reminders and more.
Overlord requires Go 1.13 or later.
Overlord is used from the command line. It creates a folder in your $HOME called ~/.overlord/ and saves all application data there.
Overlord expects a command to execute.
TODO: List all commands
- Run
go get nirenjan.org/overlord
- Run
overlord init
and it will automatically take care of the rest.
- Fork it ( https://github.com/nirenjan/go-overlord/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request