Liste - Helpful reminders in the comfort of your terminal
What's this?
Liste is for those who have short-term memory and those who need constant reminders. It provides a simple interface for your own system of notes and reminders.
Installation
It doesn't get that much harder than this:
sudo gem install listeprintf "\nliste login" >> ~/.bashrc
Usage
Liste is not hard to use either, running liste by itself will
display your todo list. liste do "Anything I need to do" adds
to your todo list. Add to your terminal login messages list with
liste add login "CTRL + D logs you out of bash automatically".
Copied straight from liste help:
do task : add 'task' to the todo list add list task : add 'task' to 'list' disp list : display content of 'list' login : show your login list mark list done 1 : remove line 1 from list edit list : open list in editor rmi : interactively remove lists rm list1 list2 etc : remove lists list1, list2, etc
Contribute
The feature you want isn't going to come out of nowhere
- Fork the project
- Create your feature branch
git checkout -b my-new-feature - Commit your changes
git commit -am 'I added an awesome feature' - Push to the branch
git push origin my-new-feature - Create a new Pull Request on github
- Daniel Ethridge - author
- You - helped add...