aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTeddy Wing2021-08-25 00:53:07 +0200
committerTeddy Wing2021-08-25 00:53:07 +0200
commitd57de5b6acd156c1b78b785ce40e23b9793cb8dd (patch)
tree38cf3c4857708ff3fda0c92a88722a3b98da5919 /README.md
parent353315bc5369a078f9ac70e5007db630c7fcb749 (diff)
downloadreadline-incdec-d57de5b6acd156c1b78b785ce40e23b9793cb8dd.tar.bz2
Start writing README
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
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).