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
Age
Commit message (
Expand
)
Author
2021-08-24
incdec: Add comments to describe Bash functions
Teddy Wing
2021-08-24
incdec: Remove old code
Teddy Wing
2021-08-23
Turn off strict and warnings in final `perl -e` script
Teddy Wing
2021-08-23
Generate `incdec` from `incdec.m4`
Teddy Wing
2021-08-22
incdec: Move point if negative hyphen is added or removed
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-21
incdec: Add a note for basic point handling when line length changes
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-08
incdec: Increment the number on the current line
Teddy Wing
2021-08-08
incdec: Increment the number and print the whole line
Teddy Wing
2021-08-08
incdec: Ideas for operating on the full command line
Teddy Wing
2021-08-07
incdec: Ideas for bindings and getting point location
Teddy Wing
2021-01-09
Idea for a Readline binding to increment/decrement a number
Teddy Wing