aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-26incdec.pm: Remove single quotes for Bash inclusionHEADv0.0.2masterTeddy Wing
2022-05-26Increase version v0.0.1 -> v0.0.2Teddy Wing
2022-05-26Merge branch 'keep-leading-zeros'Teddy Wing
2022-05-26Update copyright yearkeep-leading-zerosTeddy Wing
2022-05-26Add CHANGELOGTeddy Wing
2022-05-26incdec.bash: Recompile with latest changesTeddy Wing
2022-05-26100-increment-decrement: Add a more complex leading zero testTeddy Wing
2022-05-25incdec.pm: Extract number matching regex to a variableTeddy Wing
2022-05-25incdec.pm: Fix increment for single-digit zero at the end of the lineTeddy Wing
2022-05-25incdec.pm: Idea for correctly excluding leading zeroTeddy Wing
2022-05-25100-increment-decrement: Add tests for integers with leading zeroTeddy Wing
2022-05-25incdec.pm: Fix leading-zero handling for single-digit "0"Teddy Wing
2022-05-25incdec.pm: Idea to keep leading zeros in numbersTeddy Wing
2021-09-07README: Add installation instructions for MacPortsTeddy Wing
2021-09-07100-increment-decrement: Swap "want" and "got"Teddy Wing
2021-08-29Add man pagev0.0.1Teddy Wing
2021-08-29Idea.txt: Add name ideasTeddy Wing
2021-08-29Remove pos.plTeddy Wing
2021-08-29README: Complete the Install sectionTeddy Wing
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