summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Czapliński <czapkofan@gmail.com>2018-03-11 16:23:54 +0100
committerMateusz Czapliński <czapkofan@gmail.com>2018-03-11 16:23:54 +0100
commit11bd109823358558436c52e998f52cdca7da4cc7 (patch)
tree51d3f7e1ef60d997cd2fac5fbe06e1803aeaf648
parent4dd203a3c0253c4b37dc3a0486fe6c42a8a9c7b7 (diff)
more TODOs
-rw-r--r--up.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/up.go b/up.go
index e2e4626..913f756 100644
--- a/up.go
+++ b/up.go
@@ -131,6 +131,8 @@ main_loop:
}
}
+ // TODO: properly handle fully consumed buffers, to enable piping into `wc -l` or `uniq -c` etc.
+ // 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
// TODO: [LATER] allow increasing size of input buffer with some key