bujo
bujo
- Bullet journaling on the command line.
Work in progress.
Installation
bujo
can be installed via:
go install tableflip.dev/bujo@latest
Make sure to update the completion script if you are using the auto-completion:
. <(bujo completion)
Usage
TBD
Bash Completion
(For Mac)
Make sure you have bash-completion installed:
brew install bash-completion
And make sure the following two lines are in your .bashrc
or .profile
:
. /usr/local/etc/profile.d/bash_completion.sh
. <(bujo completion)
Now tab completion should work!