summary refs log tree commit diff
path: root/bin (follow)
Commit message (Expand)AuthorAge
* Add dehtmlJune McEnroe2021-09-07
* Use command -v rather than typeJune McEnroe2021-08-25
* Strip typer down to copy or reverse modesJune McEnroe2021-07-09
* Add patreon to supJune McEnroe2021-07-05
* Use $SHELL -c to run up -c | -t commandsJune McEnroe2021-06-21
* Merge dash v0.5.11.4June McEnroe2021-06-20
* Show number of weeks for scalar if evenJune McEnroe2021-06-08
* Handle missing last names in bibsortJune McEnroe2021-05-04
* Add copy mode to typerJune McEnroe2021-04-28
* Remove hnelJune McEnroe2021-04-26
* Draw foundations in reverse orderJune McEnroe2021-04-26
* Only use cells for moveColumnJune McEnroe2021-04-26
* Match space between #! and /bin/shJune McEnroe2021-04-26
* Check in dash autogen files for realJune McEnroe2021-04-25
* Copy automake filesJune McEnroe2021-04-25
* Revert "Check in dash autogen files"June McEnroe2021-04-25
* Rearrange Makefile once more once more once moreJune McEnroe2021-04-18
* Add -R reverse typerJune McEnroe2021-04-18
* Flip card renderingJune McEnroe2021-04-18
* Add freecellJune McEnroe2021-04-17
* Check in dash autogen filesJune McEnroe2021-04-04
* Add typer -P and -c to connect to pounceJune McEnroe2021-03-23
* Add typer botJune McEnroe2021-03-23
* Add -q flag to everJune McEnroe2021-02-24
* Add asciinema to supJune McEnroe2021-02-21
* Add Liberapay to supJune McEnroe2021-02-21
* Fix (hopefully) matching shell reserved wordsJune McEnroe2021-02-19
* Add bugzilla support to supJune McEnroe2021-02-17
* Just use pbcopy in upJune McEnroe2021-02-17
* Use curl --url for URL from emailJune McEnroe2021-02-17
* Add tildenews support to supJune McEnroe2021-02-16
* Add sup for setting single-use passwordsJune McEnroe2021-02-16
* Add missing %U for RFCs in bibsortJune McEnroe2021-02-16
* Add install targets to binJune McEnroe2021-02-10
* Use flags for pbd client behaviourJune McEnroe2021-02-09
* Use xsel in up and add it do install.shJune McEnroe2021-02-08
* Use scrot for up -s if no screencaptureJune McEnroe2021-02-07
* Add xterm output to schemeJune McEnroe2021-02-06
* Warn twice about stopped jobsJune McEnroe2021-02-04
* Use int when checking for EOFJune McEnroe2021-01-29
* Use First state to match keyword at beginning of lineJune McEnroe2021-01-26
* Generate tags for sh files in mtagsJune McEnroe2021-01-20
* Add messy sh lexerJune McEnroe2021-01-20
* Avoid matching ':' in make tagsJune McEnroe2021-01-20
* Prefer tag matches not preceded by [[:alnum:]]June McEnroe2021-01-19
* Escape \ and / in mtags search patternsJune McEnroe2021-01-19
* Add mtags to generate tags for make and mdocJune McEnroe2021-01-19
* Map tags to IDs using only [[:alnum:]-._]June McEnroe2021-01-19
* Don't use a pager if reading standard inputJune McEnroe2021-01-19
* Support BSD make syntax and match *.amJune McEnroe2021-01-19
td class='logsubject'>Remove leading blank linesJune McEnroe 2017-09-27Add merge.c to READMEJune McEnroe 2017-09-03Assert client coords are valid after movementJune McEnroe 2017-09-03Relicense AGPLJune McEnroe I know it's already published under a permissive license in what is probably its final form, but I want to license it AGPL anyway on principle following some conversations I had about open source, corporations and copyleft. 2017-09-01Revert "Add client readOnly mode"June McEnroe This reverts commit 34f25ae40a3db9369e9d98b3814f2b93bbc21451. 2017-09-01Remove clientRemove call from clientCastJune McEnroe If an error occurs on a client socket during a broadcast, that client will show up in the kqueue loop with EV_EOF and get removed that way. Tested by sending SIGKILL to a client and watching its cursor disappear. 2017-09-01Add client readOnly modeJune McEnroe 2017-08-31Clean up merge toolJune McEnroe Choose the version with the most recent access if the modify times are the same. 2017-08-31Choose B for tiles with equal modify timesJune McEnroe This way newer access counts and times will be preserved. 2017-08-31Add quick data file merge toolJune McEnroe Hopefully I won't have to use it ever again. 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe Why was it down there? 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe