Sha256: 526762245f37afba769bafa65ef412663093c0ecdbbd7593f035f0011e6a41e0

Contents?: true

Size: 1.48 KB

Versions: 1

Compression:

Stored size: 1.48 KB

Contents

# 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 liste`
+ `printf "\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

1. [Fork the project](https://github.com/wlib/liste/fork)
2. Create your feature branch `git checkout -b my-new-feature`
3. Commit your changes `git commit -am 'I added an awesome feature'`
4. Push to the branch `git push origin my-new-feature`
5. Create a new Pull Request on github

+ [Daniel Ethridge](https://github.com/wlib) - author
+ [You](https://yourwebsite.com) - helped add...

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
liste-1.0.0 README.md