summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-31 18:20:15 -0500
committerJune McEnroe <june@causal.agency>2019-12-31 18:20:15 -0500
commitd3ecb69fc6eeea64a5bd707855fd39e95ae1e50a (patch)
tree50de6dcdbcd17856300d3c9908da4b0e765cc9fd /.gitignore
parentAdd strftime format string option (diff)
downloadlitterbox-d3ecb69fc6eeea64a5bd707855fd39e95ae1e50a.tar.gz
litterbox-d3ecb69fc6eeea64a5bd707855fd39e95ae1e50a.zip
Refactor scoop formatters and group colored output
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
1da6e2b522a624c1056f4f6cd61f977fded83a37&follow=1'>Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe