summary refs log tree commit diff
path: root/home/.local/bin (follow)
Commit message (Expand)AuthorAge
* Stop mpv from dumping coreJune McEnroe2021-06-09
* Install firefox on OpenBSDJune McEnroe2021-05-17
* Handle negative inputs to degJune McEnroe2021-02-19
* Colour battery level red when criticalJune McEnroe2021-02-10
* Show battery level while charging, time while dischargingJune McEnroe2021-02-09
* Show minutes left instead of battery percentageJune McEnroe2021-02-09
* Open youtube and twitch with mpvJune McEnroe2021-02-09
* Use w3m to open other URLsJune McEnroe2021-02-09
* Add pbcopy, pbpaste, open dispatch scriptsJune McEnroe2021-02-09
* Only update clock script every minuteJune McEnroe2021-02-08
* Add simple battery status and clock to xsessionJune McEnroe2021-02-07
* Add mdate scriptJune McEnroe2021-01-18
* Add deg scriptJune McEnroe2021-01-04
* Tell "Music" rather than "iTunes"June McEnroe2020-12-31
* Move wcfix to port/wcwidthJune McEnroe2020-12-21
* Add versions scriptJune McEnroe2020-08-23
* Add simpler aes tr scriptJune McEnroe2020-06-17
* Add git-password script to get a password from git-credentialJune McEnroe2020-05-04
* Add Markus Kuhn's wcwidth implementationJune McEnroe2020-04-21
* Add np scriptJune McEnroe2020-03-31
* Remove wiki scriptJune McEnroe2020-02-20
* Simplify macOS notify-sendJune McEnroe2020-02-12
* Fix shell script style in ~/.local/binJune McEnroe2019-07-27
* Add wiki scriptJune McEnroe2019-07-24
* Unify *up scripts into one up.shJune McEnroe2019-02-12
* Add hupJune McEnroe2019-02-09
* Add def scriptJune McEnroe2019-02-01
* Run {,s,t}up with /bin/shJune McEnroe2018-08-18
* Move nasd to shell scriptJune McEnroe2018-08-15
* Add notify-send mimic for macOSJune McEnroe2018-08-09
* Move home bins to ~/.local/binJune McEnroe2018-04-03
7bb0bdd121e32&follow=1'>Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe