index
:
readline-incdec
fix-character-after-0-removed-after-incrementing
keep-leading-zeros
master
Readline bindings to increment and decrement numbers on the command line
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-26
incdec.pm: Remove single quotes for Bash inclusion
HEAD
v0.0.2
master
Teddy Wing
2022-05-26
Increase version v0.0.1 -> v0.0.2
Teddy Wing
2022-05-26
Merge branch 'keep-leading-zeros'
Teddy Wing
2022-05-26
Update copyright year
keep-leading-zeros
Teddy Wing
2022-05-26
Add CHANGELOG
Teddy Wing
2022-05-26
incdec.bash: Recompile with latest changes
Teddy Wing
2022-05-26
100-increment-decrement: Add a more complex leading zero test
Teddy Wing
2022-05-25
incdec.pm: Extract number matching regex to a variable
Teddy Wing
2022-05-25
incdec.pm: Fix increment for single-digit zero at the end of the line
Teddy Wing
2022-05-25
incdec.pm: Idea for correctly excluding leading zero
Teddy Wing
2022-05-25
100-increment-decrement: Add tests for integers with leading zero
Teddy Wing
2022-05-25
incdec.pm: Fix leading-zero handling for single-digit "0"
Teddy Wing
2022-05-25
incdec.pm: Idea to keep leading zeros in numbers
Teddy Wing
2021-09-07
README: Add installation instructions for MacPorts
Teddy Wing
2021-09-07
100-increment-decrement: Swap "want" and "got"
Teddy Wing
2021-08-29
Add man page
v0.0.1
Teddy Wing
2021-08-29
Idea.txt: Add name ideas
Teddy Wing
2021-08-29
Remove pos.pl
Teddy Wing
2021-08-29
README: Complete the Install section
Teddy Wing
2021-08-29
README: Add a section describing default bindings
Teddy Wing
2021-08-29
README: Add demo screencast
Teddy Wing
2021-08-29
incdec.bash: Remove start position debug prints and TODO
Teddy Wing
2021-08-29
incdec.pm: Clean up code from previous start position commit
Teddy Wing
2021-08-29
incdec.pm: Always return start position when backwards is on
Teddy Wing
2021-08-28
100-increment-decrement: Want to return real start position from incdec
Teddy Wing
2021-08-28
incdec.bash: Set up point moving after start position
Teddy Wing
2021-08-28
incdec.pm: Return both line and start position
Teddy Wing
2021-08-28
incdec.bash: Add TODO about moving point
Teddy Wing
2021-08-28
incdec.pm: Fix an issue where first number wasn't incremented backwards
Teddy Wing
2021-08-28
100-increment-decrement: Add failing test for backward first number
Teddy Wing
2021-08-28
README: Add ideas for demo commands
Teddy Wing
2021-08-28
README: Add ideas for the demo animation
Teddy Wing
2021-08-25
README: Add ideas for demo explanation and install instructions
Teddy Wing
2021-08-25
Add a version number to included scripts
Teddy Wing
2021-08-25
Start writing README
Teddy Wing
2021-08-25
Rename `incdec` to `incdec.bash`
Teddy Wing
2021-08-25
incdec: Move bindings to a new file
Teddy Wing
2021-08-24
Add license (GNU GPLv3+)
Teddy Wing
2021-08-24
incdec: Change default bindings to `C-x a` and `C-x x`
Teddy Wing
2021-08-24
incdec: Add comments to describe Bash functions
Teddy Wing
2021-08-24
incdec: Remove old code
Teddy Wing
2021-08-24
Rename `incdec.pl.m4` to `incdec.m4.pl`
Teddy Wing
2021-08-24
Makefile: Swap m4 arguments
Teddy Wing
2021-08-23
Turn off strict and warnings in final `perl -e` script
Teddy Wing
2021-08-23
Makefile: Reorganise targets
Teddy Wing
2021-08-23
Highlight `incdec.m4` as a Bash file
Teddy Wing
2021-08-23
Generate `incdec` from `incdec.m4`
Teddy Wing
2021-08-23
Build final Perl program from `incdec.pm`
Teddy Wing
2021-08-23
Remove incdec.pl
Teddy Wing
2021-08-23
incdec.pm: Remove recent debug prints
Teddy Wing
[next]