aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-01-23 20:49:33 -0800
committerAdam Mathes <adam@trenchant.org>2017-01-23 20:49:33 -0800
commit1fdbdff26dd8b5e75db98ec0b1267f76e06561e9 (patch)
tree53435f7a6562db08dcf963976c5f13630cc4112a /README.md
parent67daa019b1920fccd37dfc0b2eaa2735dbc5ffb1 (diff)
downloadneko-1fdbdff26dd8b5e75db98ec0b1267f76e06561e9.tar.gz
neko-1fdbdff26dd8b5e75db98ec0b1267f76e06561e9.tar.bz2
neko-1fdbdff26dd8b5e75db98ec0b1267f76e06561e9.zip
readme adds
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7523ba4..c5ca15f 100644
--- a/README.md
+++ b/README.md
@@ -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)