Commit message (Collapse) | Author | ||
---|---|---|---|
2018-08-17 | Remove zshrc | June McEnroe | |
Begone, bloat shell. | |||
2018-08-16 | Apply realpath to HOME | June McEnroe | |
This fixes the prompt for FreeBSD's /home shenanigans. This is the one thing that just seems dirty to me in FreeBSD. Why. | |||
2018-08-16 | Install mksh rather than zsh | June McEnroe | |
2018-08-16 | Port all scripts to sh | June McEnroe | |
Not hard, but having to escape ( ) inside [ ] had me confused for a bit. | |||
2018-08-16 | Shorten .local ssh names | June McEnroe | |
ksh doesn't do sophisticated tab-complete so I have to actually type ssh hosts now. | |||
2018-08-16 | Export GPG_TTY | June McEnroe | |
Oops. | |||
2018-08-16 | Disable visual bell entirely in Terminal | June McEnroe | |
You can't turn off bell in ksh. | |||
2018-08-16 | Rearrange kshrc, fix right prompt | June McEnroeit/bin/qf.c?id=c1fe77108117eb95b5960e765bdbdd6a21a8caf9&follow=1'>Indicate if still reading or no results | June McEnroe |
2022-06-08 | Add Maiden, Mother, Crone | June McEnroe | |
Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio. | |||
2022-06-05 | FIRST SHOW IN 2.5 YEARS BABEY!!! | June McEnroe | |
2022-06-03 | Set line number on File lines | June McEnroe | |
2022-06-03 | Stop polling stdin after EOF | June McEnroe | |
2022-06-02 | Set TABSIZE=4 | June McEnroe | |
Absolutely indiscriminately. | |||
2022-06-02 | Do basic match highlighting | June McEnroe | |
2022-06-02 | Clean up parsing a little | June McEnroe | |
2022-06-02 | Don't duplicate path string | June McEnroe | |
2022-06-02 | Use stderr instead of /dev/tty, realloc buffer if lines too long | June 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-02 | Add initial working version of qf | June McEnroe | |
2022-05-29 | Set prompt for oksh | June McEnroe |