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
path:
root
/
incdec.pm
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
Update copyright year
keep-leading-zeros
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
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-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
incdec.pm: Return both line and start position
Teddy Wing
2021-08-28
incdec.pm: Fix an issue where first number wasn't incremented backwards
Teddy Wing
2021-08-24
Add license (GNU GPLv3+)
Teddy Wing
2021-08-23
incdec.pm: Remove recent debug prints
Teddy Wing
2021-08-22
incdec.pm: Add descriptions for the backwards handling
Teddy Wing
2021-08-22
incdec: Fix negative number handling when number is second of two
Teddy Wing
2021-08-21
incdec.pm: Handle negative numbers
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
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
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
2021-08-15
incdec: Remove unused variable `$previous_point_position`
Teddy Wing
2021-08-15
incdec: Correctly handle middle-of-number point for third number
Teddy Wing
2021-08-15
incdec: Clean up code from recent middle-of-number changes
Teddy Wing
2021-08-15
incdec: Handle point in the middle of subsequent numbers
Teddy Wing
2021-08-15
incdec: Idea for handling point within subsequent numbers
Teddy Wing
2021-08-08
incdec: Describe the 'point within number' handling
Teddy Wing
2021-08-08
incdec: Fix increment when cursor is after the first number
Teddy Wing
2021-08-08
incdec: Change a number when the cursor is in the middle of it
Teddy Wing
2021-08-08
incdec: Handle increments relative to the cursor position
Teddy Wing
2021-08-08
incdec.pm: Add some tests and ideas for incrementing substrings
Teddy Wing
2021-08-08
Add a Perl module for performing the action
Teddy Wing