aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-29README: Add a section describing default bindingsTeddy Wing
2021-08-29README: Add demo screencastTeddy Wing
2021-08-29incdec.bash: Remove start position debug prints and TODOTeddy Wing
2021-08-29incdec.pm: Clean up code from previous start position commitTeddy Wing
2021-08-29incdec.pm: Always return start position when backwards is onTeddy Wing
2021-08-28100-increment-decrement: Want to return real start position from incdecTeddy Wing
2021-08-28incdec.bash: Set up point moving after start positionTeddy Wing
2021-08-28incdec.pm: Return both line and start positionTeddy Wing
2021-08-28incdec.bash: Add TODO about moving pointTeddy Wing
2021-08-28incdec.pm: Fix an issue where first number wasn't incremented backwardsTeddy Wing
2021-08-28100-increment-decrement: Add failing test for backward first numberTeddy Wing
2021-08-28README: Add ideas for demo commandsTeddy Wing
2021-08-28README: Add ideas for the demo animationTeddy Wing
2021-08-25README: Add ideas for demo explanation and install instructionsTeddy Wing
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