Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
Drop alpha designation and update Readme with some of the recently added
commands.
  • Loading branch information
c-14 committed Mar 17, 2018
1 parent 881a396 commit 6d5bf7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A simple RSS client that parses feeds and then sends them as emails via SMTP.

Current Status:

Release - 0.2.0-alpha
Release - 0.1.0
Bugs - Probably

## Download
Expand All @@ -25,6 +25,16 @@ grue import rss2email.cfg
grue add <name> <url>
```

* Remove a Feed from Config:
```
grue delete <name>
```

* List Feeds in Config:
```
grue list
```

* Fetch Feeds as cron job:
```
*/5 * * * * grue fetch
Expand Down
2 changes: 1 addition & 1 deletion grue.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/c-14/grue/config"
)

const version = "0.2.0-alpha"
const version = "0.1.0"

func usage() string {
return `usage: grue [--help] {add|delete|fetch|import|init_cfg|list|rename} ...
Expand Down

0 comments on commit 6d5bf7d

Please sign in to comment.