Sha256: ff5316cac7033a57f8fd989ed4d32a129b71ee2d9fadfd3e509072477bc41ade
Contents?: true
Size: 613 Bytes
Versions: 1
Compression:
Stored size: 613 Bytes
Contents
## TooDoo command line todo list ``` gem install toodoo ``` usage: ```bash td add 'to do something' # add a task td + 'to do something' # same td done 'to do something' # finish a task td ! 'to do something' # same td remove 'to do something' # remove a task td - 'to do something' # same td list # list queued tasks td . # same td # same td history # list all done tasks td clear # clear all lists ``` to implement: - zsh autocompletion - colors - tagging - settings(database file)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toodoo-0.1.1 | README.md |