summary refs log tree commit diff
path: root/bin/.gitignore
blob: 59b60826745b7ba1668cbcc137de622e6a087139 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*.html
*.o
beef
bibsort
bit
c
config.mk
dehtml
downgrade
dtch
enc
ever
freecell
git-comment
glitch
hilex
htagml
htmltags
modem
mtags
nudge
order
pbd
pngo
psf2png
ptee
quick
relay
scheme
shotty
sup
tags
title
up
when
xx
e='2022-06-02 21:30:03 -0400'>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