summary refs log tree commit diff
path: root/home/.local/bin/clock (unfollow)
Commit message (Expand)Author
2024-01-01Bump template copyright years to 2024June McEnroe
2023-12-23Add Starling HouseJune McEnroe
2023-11-28Replace catsit with kitdJune McEnroe
2023-11-28Link to lands quiz and alphabet rankingJune McEnroe
2023-11-28Remove levelerJune McEnroe
2023-11-14Declare for loop variablesJune McEnroe
2023-11-13Add Magic Lands QuizJune McEnroe
2023-10-10Highlight ksh scripts as shJune McEnroe
2023-09-22Add A Mirror MendedJune McEnroe
2023-09-17Set AddKeysToAgentJune McEnroe
2023-09-11Revert "Add git-import"June McEnroe
2023-09-11Add git-importJune McEnroe
2023-08-19Add A Spindle SplinteredJune McEnroe
2023-07-27Update style.css for new mandoc head/foot outputJune McEnroe
2023-07-27Add git forgive aliasJune McEnroe
2023-07-26Add first draft of a MTG game formatJune McEnroe
2023-07-20Replace monday with tuesdayJune McEnroe
2023-07-20Add The Sisters of Dorley ch. 1-15June McEnroe
2023-04-16Update copyright years in templatesJune McEnroe
2023-03-28Add NoorJune McEnroe
2023-02-04Add Remote ControlJune McEnroe
2023-01-13Add A Prayer for the Crown-ShyJune McEnroe
2022-12-21Publish "albums 2022"June McEnroe
2022-12-18Add LINGUA IGNOTA at SATJune McEnroe
2022-11-14Publish "Sound Memory"June McEnroe
2022-10-18Fix email filter once moreJune McEnroe
2022-10-18Reread Small Angry PlanetJune McEnroe
2022-10-17Fix 3- and 4-byte UTF-8 sequence matchingJune McEnroe
2022-10-05Fix same month, different day diffsJune McEnroe
2022-09-30Update "Care" with more on electrolysisJune McEnroe
2022-09-30Add alphabet ranking pageJune McEnroe
2022-09-26Set wallpaper to a random colour escher knotJune McEnroe
2022-09-21Add Take Me ThereJune McEnroe
2022-09-19Add when - to print all named datesJune McEnroe
2022-09-19Publish ApologiesJune McEnroe
2022-09-19Do more "email" filteringJune McEnroe
2022-09-18Add gdbinit, hushlogin, inputrcJune McEnroe
2022-09-18Remove some filesJune McEnroe
2022-09-18Remove doc/pdfJune McEnroe
2022-09-11Reread A Closed and Common OrbitJune McEnroe
2022-09-09Add I've Got a Time BombJune McEnroe
2022-09-02Update "Care" with initial electrolysis reportJune McEnroe
2022-08-17Add The Book of Form and EmptinessJune McEnroe
2022-08-15Load dates from ~/.config/when/datesJune McEnroe
2022-08-15Allow names with prefixes of months and daysJune McEnroe
2022-08-15Add named dates to whenJune McEnroe
2022-08-14Remove tweets text fileJune McEnroe
2022-08-04Add Conversations With FriendsJune McEnroe
2022-07-30Add Normal PeopleJune McEnroe
2022-07-26Rewrite glitch from new pngoJune McEnroe
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