summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Clear PATH before populating it againJune McEnroe2019-11-27
* Rename bin.7 to README.7June McEnroe2019-11-27
* Document HISTFILEJune McEnroe2019-11-26
* Update catgirl screenshotJune McEnroe2019-11-25
* Update shotty flagsJune McEnroe2019-11-25
* Replace shotty with code from streamJune McEnroe2019-11-25
* Add bman alias for FreeBSD man pagesJune McEnroe2019-11-22
* Remove Linux aliases from .shrcJune McEnroe2019-11-22
* Add Rogue ProtocolJune McEnroe2019-11-22
* Remove 1sh env.shJune McEnroe2019-11-21
* Use .profile, .shrc, .historyJune McEnroe2019-11-21
* Remove default ENV from manualJune McEnroe2019-11-21
* Do not apply expansion to HISTFILEJune McEnroe2019-11-21
* Revert "Set default ENV to ~/.config/cash/cashrc"June McEnroe2019-11-21
* Remove HISTFILE default valueJune McEnroe2019-11-21
* Remove vendored libeditJune McEnroe2019-11-21
* Revert "Use local libedit"June McEnroe2019-11-21
* Just use H_LOAD and H_SAVEJune McEnroe2019-11-21
* Use braces in 1sh MakefileJune McEnroe2019-11-21
* Add \? to promptJune McEnroe2019-11-20
* Add \? exit status prompt expansionJune McEnroe2019-11-20
* Remove PSlitJune McEnroe2019-11-20
* Remove color from 1sh promptsJune McEnroe2019-11-20
* Move pounce to top of causal.agencyJune McEnroe2019-11-19
* Add Ninefox GambitJune McEnroe2019-11-18
* Add The Great BelieversJune McEnroe2019-11-08
* Add GPL header templateJune McEnroe2019-11-06
* Add uber messageJune McEnroe2019-11-01
* Use initial in git authorJune McEnroe2019-11-01
* Add Hobo Johnson and The Lovemakers Tiny DeskJune McEnroe2019-11-01
* Use braces in causal.agency MakefileJune McEnroe2019-10-30
* Add scheme "screenshot" to causal.agencyJune McEnroe2019-10-30
* Add pounce to causal.agencyJune McEnroe2019-10-30
* Mark ' for \aJune McEnroe2019-10-28
* Add The Book of the Unnamed MidwifeJune McEnroe2019-10-23
* Add ConcreteJune McEnroe2019-10-22
* Set the write variable for nvim man modeJune McEnroe2019-10-14
* Add All Systems RedJune McEnroe2019-10-13
* Add The Book of PhoenixJune McEnroe2019-10-10
* Add two Kim Petras songsJune McEnroe2019-10-03
* Update neovim 0.4.2June McEnroe2019-10-02
* Claim to be curl(1) in titleJune McEnroe2019-10-02
* Add The Red Threads of FortuneJune McEnroe2019-10-02
* Add The Black Tides of HeavenJune McEnroe2019-09-28
* Fail on HTTP failure status in titleJune McEnroe2019-09-27
* Add Trail of LightningJune McEnroe2019-09-23
* Revert "Enable cookies in title"June McEnroe2019-09-22
* Enable cookies in titleJune McEnroe2019-09-20
* Use sensitivity aliases in TF2June McEnroe2019-09-16
* Add The Just CityJune McEnroe2019-09-16
e39eb125af&follow=1'>Use seprintf for capListJune McEnroe 2021-06-09Add seprintfJune McEnroe Based on seprint(2) from Plan 9. I'm not sure if my return value exactly matches Plan 9's in the case of truncation. seprint(2) is described only as returning a pointer to the terminating '\0', but if it does so even in the case of truncation, it is awkward for the caller to detect. This implementation returns end in the truncation case, so that (ptr == end) indicates truncation. 2021-05-27Add pounce-notify to README 2.4June McEnroe 2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe