Skip to content

Commit

Permalink
Add help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
iamaziz committed Sep 19, 2015
1 parent 696f445 commit 6e4e53e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,28 @@ Update library (Add or delete links)

Help

![help menu](http://i.imgur.com/Cnbbq2U.gif?1)
```
TermFeed 0.0.7
Usage:
feed
feed <rss-url>
feed -b
feed -a <rss-url> [<category>]
feed -d <rss-url>
feed -t [<category>]
feed (-h | --help)
feed --version
Options:
List feeds from the default category 'General' of your library.
<URL> List feeds from the provided url source.
-b Browse feed by category avaialble in the database file.
-a URL Add new url <rss-url> to database under [<category>] (or 'General' otherwise).
-d URL Delete <rss-url> from the database file.
-t See the stored categories in your library, or list the URLs stored under <category> in your library.
-h --help Show this screen.
```


### Installation
Expand Down
4 changes: 2 additions & 2 deletions termfeed/feed.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#-*- coding: utf-8 -*-

"""TermFeed 0.0.5
"""TermFeed 0.0.7
Usage:
feed
Expand All @@ -17,7 +17,7 @@
List feeds from the default category 'General' of your library.
<URL> List feeds from the provided url source.
-b Browse feed by category avaialble in the database file.
-a URL Add new url <rss-url> to database under [<category] (or 'General' otherwise).
-a URL Add new url <rss-url> to database under [<category>] (or 'General' otherwise).
-d URL Delete <rss-url> from the database file.
-t See the stored categories in your library, or list the URLs stored under <category> in your library.
-h --help Show this screen.
Expand Down

0 comments on commit 6e4e53e

Please sign in to comment.