summaryrefslogtreecommitdiffstats
path: root/up.go
diff options
context:
space:
mode:
authorMateusz Czapliński <czapkofan@gmail.com>2018-04-02 01:25:17 +0200
committerMateusz Czapliński <czapkofan@gmail.com>2018-04-02 01:25:17 +0200
commit3b0e7247cf34419479ea0d55fb2a28ee91c931f0 (patch)
tree62382cefef8ed932bf945c966b8af4886721b72d /up.go
parentba035e01e683d155444f400c3f15532611b6c2ad (diff)
add TODO about readme etc.
Diffstat (limited to 'up.go')
-rw-r--r--up.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/up.go b/up.go
index b1ba332..faa5cdc 100644
--- a/up.go
+++ b/up.go
@@ -147,6 +147,8 @@ main_loop:
}
// TODO: properly handle fully consumed buffers, to enable piping into `wc -l` or `uniq -c` etc.
+ // TODO: readme, asciinema
+ // TODO: on github: add issues, incl. up-for-grabs / help-wanted
// TODO: [LATER] make it work on Windows; maybe with mattn/go-shellwords ?
// TODO: [LATER] Ctrl-O shows input via `less` or $PAGER
// TODO: properly show all licenses of dependencies on --version
@@ -168,7 +170,7 @@ main_loop:
// TODO: [LATER] become pluggable into http://luna-lang.org
// TODO: [LATER][MAYBE] allow "plugins" ("combos" - commands with default options) e.g. for Lua `lua -e`+auto-quote, etc.
// TODO: [LATER] make it more friendly to infrequent Linux users by providing "descriptive" commands like "search" etc.
- // TODO: [LATER] advertise on: HN, r/programming, r/golang, r/commandline, r/linux; data exploration? data science?
+ // TODO: [LATER] advertise on: HN, r/programming, r/golang, r/commandline, r/linux, up-for-grabs.net; data exploration? data science?
}
type Buf struct {