diff options
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed07b93 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +Readline Incdec +=============== + +Readline bindings to increment and decrement numbers on the command line. + + +## Demo +TODO + + +## Install +TODO + + source /path/to/incdec.bash + source /path/to/incdec-bindings.bash + + +## License +Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). |
