summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-12 14:43:31 -0500
committerJune McEnroe <june@causal.agency>2019-01-12 14:43:31 -0500
commit16fbdc072204852cde38a927bf7a3f94ade4e8e0 (patch)
tree6407373efbcca263400aab70479c7b6dd4a6e544 /bin
parentReference cash builtin man pages in cash.1 SEE ALSO (diff)
downloadsrc-16fbdc072204852cde38a927bf7a3f94ade4e8e0.tar.gz
src-16fbdc072204852cde38a927bf7a3f94ade4e8e0.zip
Install gnupg2 from pkgsrc and symlink gpg
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
n title='2022-06-02 21:45:47 -0400'>2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use 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