summary refs log tree commit diff
path: root/home/.local/bin/aes (unfollow)
Commit message (Expand)Author
2020-12-27Remove cgit/git submoduleJune McEnroe
2020-12-23Remove 1shJune McEnroe
2020-12-23Remove bash_profile, bashrcJune McEnroe
2020-12-23Fix dash Makefile compatibility with BSD makeJune McEnroe
2020-12-23Switch from 1sh to dashJune McEnroe
2020-12-23Fix multi-line prompts when right prompts are usedJune McEnroe
2020-12-23Add RPS1 and RPS2 right prompt variablesJune McEnroe
2020-12-23Cache the expanded prompt for editlineJune McEnroe
2020-12-22Bind libedit's secret filename completion functionJune McEnroe
2020-12-22Build with libedit by defaultJune McEnroe
2020-12-22Fail if building --with-libedit and can't find libeditJune McEnroe
2020-12-22Limit prune.sh to ~/.config ~/.localJune McEnroe
2020-12-21Match the number part of the argument to :RFCJune McEnroe
2020-12-21Move rfc.vim to doc/rfcJune McEnroe
2020-12-21Move rfc to doc/rfcJune McEnroe
2020-12-21Move wcfix to port/wcwidthJune McEnroe
2020-12-21Update PDF URLsJune McEnroe
2020-12-21Move pdf to doc/pdfJune McEnroe
2020-12-21Remove TF2 configJune McEnroe
2020-12-20Emit tags for section headings without trailing dotsJune McEnroe
2020-12-20Depend on rfc-index.txt.gz in MakefileJune McEnroe
2020-12-19Convert :RFC number to numberJune McEnroe
2020-12-19Move :RFC to plugin scriptJune McEnroe
2020-12-19Sort RFC tags fileJune McEnroe
2020-12-19Open rfc-index.txt for :RFC without argumentJune McEnroe
2020-12-19Include rfc-index.txt in RFC syncJune McEnroe
2020-12-18Add :RFC vim command to view IETF RFCsJune McEnroe
2020-12-18Add scripts to download, compress and tag IETF RFCsJune McEnroe
2020-12-18Fix bibsort name sorting for middle names, trailing titlesJune McEnroe
2020-12-15Add bibsortJune McEnroe
2020-12-08Add modem -r flag to set baud rateJune McEnroe
2020-12-07Clean up variable expansions in c.shJune McEnroe
2020-12-06Add I Feel It AllJune McEnroe
2020-12-05Handle const strings in c -eJune McEnroe
2020-12-05Disable mouse in htopJune McEnroe
2020-12-03Note lack of macro expansions in Q(...)June McEnroe
2020-12-02Fix missing "to" in "hot tips"June McEnroe
2020-12-02Publish "hot tips"June McEnroe
2020-11-26Publish "Inability"June McEnroe
2020-11-26Render content into atom feedJune McEnroe
2020-11-26Update plan with different things I won't doJune McEnroe
2020-11-19Add "Come On Petunia"June McEnroe
2020-11-13Add x4 to LESSJune McEnroe
2020-11-04Remove modified sensitivity settingsJune McEnroe
2020-10-29Remove editJune McEnroe
2020-10-27Switch gr alias back to git rebaseJune McEnroe
2020-10-27Allow cd host: to cd to same path over sshJune McEnroe
2020-10-27Use SendEnv for cd host:pathJune McEnroe
2020-10-27Allow cd host:path over sshJune McEnroe
2020-10-07Use mandoc -T utf8 for text.June McEnroe
75c8580f21890c92&follow=1'>Swap-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