summary refs log tree commit diff
path: root/etc/CodeQWERTY.bundle/Contents/Resources (unfollow)
Commit message (Expand)Author
2021-09-06Show about path in page titleJune McEnroe
2021-09-05Add Clay's ArkJune McEnroe
2021-09-01Add comment on how cool understanding old code isJune McEnroe
2021-09-01Publish "V6 pwd"June McEnroe
2021-08-25Use command -v rather than typeJune McEnroe
2021-08-23Change liberapay link name to donateJune McEnroe
2021-08-21Add A Desolation Called PeaceJune McEnroe
2021-08-12Add cat alias using lessJune McEnroe
2021-08-12Make minute adjustments to causal.agencyJune McEnroe
2021-07-27Add Fugitive TelemetryJune McEnroe
2021-07-22Add Sisters of the RevolutionJune McEnroe
2021-07-09Strip typer down to copy or reverse modesJune McEnroe
2021-07-05Add patreon to supJune McEnroe
2021-06-28Don't run sctdJune McEnroe
2021-06-26Add SAUSAGEJune McEnroe
2021-06-22Add Oryx and CrakeJune McEnroe
2021-06-21Use $SHELL -c to run up -c | -t commandsJune McEnroe
2021-06-20Squashed 'bin/dash/' changes from a45870f7..efc7765bJune McEnroe
2021-06-14sctd more aggressivelyJune McEnroe
2021-06-14Set iclower, not icJune McEnroe
2021-06-12Publish "seprintf"June McEnroe
2021-06-11Remove bubger -t flag from "Mailing List"June McEnroe
2021-06-09Publish "Sparse Checkout"June McEnroe
2021-06-09Stop mpv from dumping coreJune McEnroe
2021-06-08Generate valid Atom feedsJune McEnroe
2021-06-08Set CGIT_VERSION to "causal agency"June McEnroe
2021-06-08Show number of weeks for scalar if evenJune McEnroe
2021-06-08Squashed 'www/git.causal.agency/cgit/' changes from 55fa25ad..5258c297June McEnroe
2021-06-08Fetch git .tar.gz for compatibilityJune McEnroe
2021-06-03Configure xlockJune McEnroe
2021-06-02Add top gap in cwmJune McEnroe
2021-05-23Add The Year of the FloodJune McEnroe
2021-05-20Add cwm keys for putting windows in cornersJune McEnroe
2021-05-19Replace freenode with tilde.chatJune McEnroe
2021-05-17Install firefox on OpenBSDJune McEnroe
2021-05-09Add All the Birds in the SkyJune McEnroe
2021-05-05Publish "Swans Are Dead"June McEnroe
2021-05-04Handle missing last names in bibsortJune McEnroe
2021-05-03Emulate MANSECT for mandoc which lacks itJune McEnroe
2021-05-02Add ff aliasJune McEnroe
2021-05-02Alias ag to ag --pagerJune McEnroe
2021-04-28Add copy mode to typerJune McEnroe
2021-04-26Remove hnelJune McEnroe
2021-04-26Draw foundations in reverse orderJune McEnroe
2021-04-26Only use cells for moveColumnJune McEnroe
2021-04-26Remove samba_mdns rc scriptJune McEnroe
2021-04-26Match space between #! and /bin/shJune McEnroe
2021-04-26Remove vim aliasJune McEnroe
2021-04-26Remove neovim configsJune McEnroe
2021-04-26Add The PenelopiadJune McEnroe
='nohover-highlight'> 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe In other words, warn when a function is missing static. I don't see why this isn't in -Wextra. 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe I know, it feels wrong. 2022-02-18Implement new line editing "library"June McEnroe Losing tab complete and text macros, for now. This new implementation works on an instance of a struct and does not interact with the rest of catgirl, making it possible to copy into another project. Unlike existing line editing libraries, this one is entirely abstract and can be rendered externally. My goal with this library is to be able to implement vi mode. Since it operates on struct instances rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe