diff options
author | Adam Mathes <adam@trenchant.org> | 2017-01-23 20:49:33 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2017-01-23 20:49:33 -0800 |
commit | 1fdbdff26dd8b5e75db98ec0b1267f76e06561e9 (patch) | |
tree | 53435f7a6562db08dcf963976c5f13630cc4112a | |
parent | 67daa019b1920fccd37dfc0b2eaa2735dbc5ffb1 (diff) | |
download | neko-1fdbdff26dd8b5e75db98ec0b1267f76e06561e9.tar.gz neko-1fdbdff26dd8b5e75db98ec0b1267f76e06561e9.tar.bz2 neko-1fdbdff26dd8b5e75db98ec0b1267f76e06561e9.zip |
readme adds
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -4,6 +4,8 @@ RSS Reader focused on cat ears mode *the cat ears are in your mind* +Personal web based RSS reader thing + ## Huh? I decided I didn't like the [old version that was python and mongo](https://github.com/adammathes/neko_v1) so rewrote it. I wanted to learn some Go. So assume the code is bad since I don't know what I'm doing even more so than normal. @@ -12,6 +14,22 @@ The javascript frontend is still the same, I might rewrite that too since it's o This is not very easy to use/setup/or anything. Sorry! Consider it WIP. +## Features + + * limited features (#1 feature) + * keyboard shortcuts + * j -- next item + * k -- previous item + * that's all you should ever need + * web ui + +## TODO + + * OPML import/export + * feeds.txt import/export + * mark all as read + * comments/documentation + ## Installation 1. [Install golang](https://golang.org) |