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
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
2021-08-22
Add incdec.pl
Teddy Wing
2021-08-22
incdec: Move point if negative hyphen is added or removed
Teddy Wing
2021-08-22
incdec.pm: Add descriptions for the backwards handling
Teddy Wing
2021-08-22
incdec: Idea for point moving when changing from positive to negative
Teddy Wing
2021-08-22
incdec: Try new negative last number handling in the Readline bindings
Teddy Wing
2021-08-22
incdec: Fix negative number handling when number is second of two
Teddy Wing
2021-08-22
100-increment-decrement: Add new second number negative integer tests
Teddy Wing
2021-08-21
100-increment-decrement: Add test to decrement a negative integer
Teddy Wing
2021-08-21
incdec: Add a note for basic point handling when line length changes
Teddy Wing
2021-08-21
incdec.pm: Handle negative numbers
Teddy Wing
2021-08-21
100-increment-decrement: Doesn't work for negative numbers
Teddy Wing
2021-08-21
incdec: Add increment and decrement bindings
Teddy Wing
2021-08-21
incdec: Get increment working in a Readline binding
Teddy Wing
2021-08-20
Add idea for command line point start/end behaviour
Teddy Wing
2021-08-19
100-increment-decrement: Add a few new test cases
Teddy Wing
2021-08-19
incdec: Comment out test code from backward match fix
Teddy Wing
2021-08-19
incdec: Fix backward increment/decrement
Teddy Wing
2021-08-19
incdec: Add increment step argument
Teddy Wing
2021-08-19
incdec: Clean up code from backwards incrementing development
Teddy Wing
2021-08-19
100-increment-decrement: Fix test name
Teddy Wing
2021-08-19
incdec: Get backward incrementing working in all cases
Teddy Wing
2021-08-19
incdec: Get backward incrementing working in middle of a number
Teddy Wing
2021-08-19
incdec: Fix backwards point at end of line case
Teddy Wing
2021-08-19
incdec: Get backward-search incrementing working for last number
Teddy Wing
2021-08-18
incdec: Remove old code after changing the increment implementation
Teddy Wing
2021-08-18
incdec: Switch to the new incrementing algorithm
Teddy Wing
2021-08-18
incdec: Work out positions for new match algorithm
Teddy Wing
2021-08-18
incdec: Add note for myself about what `@-` and `@+` mean
Teddy Wing
2021-08-18
Test regex replacement starting from a given position
Teddy Wing
2021-08-18
incdec: Ideas for a loop based on match position
Teddy Wing
2021-08-15
incdec: Ideas for searching backwards from point
Teddy Wing
2021-08-15
incdec: Add comments describing the middle-of-number handling loop
Teddy Wing
2021-08-15
incdec: Remove pointless `$point_position` assignment
Teddy Wing
[next]