summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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