aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-25Add a version number to included scriptsTeddy Wing
2021-08-25Start writing READMETeddy Wing
2021-08-25Rename `incdec` to `incdec.bash`Teddy Wing
2021-08-25incdec: Move bindings to a new fileTeddy Wing
2021-08-24Add license (GNU GPLv3+)Teddy Wing
2021-08-24incdec: Change default bindings to `C-x a` and `C-x x`Teddy Wing
2021-08-24incdec: Add comments to describe Bash functionsTeddy Wing
2021-08-24incdec: Remove old codeTeddy Wing
2021-08-24Rename `incdec.pl.m4` to `incdec.m4.pl`Teddy Wing
2021-08-24Makefile: Swap m4 argumentsTeddy Wing
2021-08-23Turn off strict and warnings in final `perl -e` scriptTeddy Wing
2021-08-23Makefile: Reorganise targetsTeddy Wing
2021-08-23Highlight `incdec.m4` as a Bash fileTeddy Wing
2021-08-23Generate `incdec` from `incdec.m4`Teddy Wing
2021-08-23Build final Perl program from `incdec.pm`Teddy Wing
2021-08-23Remove incdec.plTeddy Wing
2021-08-23incdec.pm: Remove recent debug printsTeddy Wing
2021-08-22Add incdec.plTeddy Wing
2021-08-22incdec: Move point if negative hyphen is added or removedTeddy Wing
2021-08-22incdec.pm: Add descriptions for the backwards handlingTeddy Wing
2021-08-22incdec: Idea for point moving when changing from positive to negativeTeddy Wing
2021-08-22incdec: Try new negative last number handling in the Readline bindingsTeddy Wing
2021-08-22incdec: Fix negative number handling when number is second of twoTeddy Wing
2021-08-22100-increment-decrement: Add new second number negative integer testsTeddy Wing
2021-08-21100-increment-decrement: Add test to decrement a negative integerTeddy Wing
2021-08-21incdec: Add a note for basic point handling when line length changesTeddy Wing
2021-08-21incdec.pm: Handle negative numbersTeddy Wing
2021-08-21100-increment-decrement: Doesn't work for negative numbersTeddy Wing
2021-08-21incdec: Add increment and decrement bindingsTeddy Wing
2021-08-21incdec: Get increment working in a Readline bindingTeddy Wing
2021-08-20Add idea for command line point start/end behaviourTeddy Wing
2021-08-19100-increment-decrement: Add a few new test casesTeddy Wing
2021-08-19incdec: Comment out test code from backward match fixTeddy Wing
2021-08-19incdec: Fix backward increment/decrementTeddy Wing
2021-08-19incdec: Add increment step argumentTeddy Wing
2021-08-19incdec: Clean up code from backwards incrementing developmentTeddy Wing
2021-08-19100-increment-decrement: Fix test nameTeddy Wing
2021-08-19incdec: Get backward incrementing working in all casesTeddy Wing
2021-08-19incdec: Get backward incrementing working in middle of a numberTeddy Wing
2021-08-19incdec: Fix backwards point at end of line caseTeddy Wing
2021-08-19incdec: Get backward-search incrementing working for last numberTeddy Wing
2021-08-18incdec: Remove old code after changing the increment implementationTeddy Wing
2021-08-18incdec: Switch to the new incrementing algorithmTeddy Wing
2021-08-18incdec: Work out positions for new match algorithmTeddy Wing
2021-08-18incdec: Add note for myself about what `@-` and `@+` meanTeddy Wing
2021-08-18Test regex replacement starting from a given positionTeddy Wing
2021-08-18incdec: Ideas for a loop based on match positionTeddy Wing
2021-08-15incdec: Ideas for searching backwards from pointTeddy Wing
2021-08-15incdec: Add comments describing the middle-of-number handling loopTeddy Wing
2021-08-15incdec: Remove pointless `$point_position` assignmentTeddy Wing