mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 04:03:01 +02:00
This commit switches the klish package to use the kkit branch instead of keeping a lot of patches from the v3.0.0 release. Most of the changes made are for dragging tinyrl into the 21st century. It now supports most of the basic features one have come to expect from a readline replacement: line navigation, deleting words, erasing entire line, kill and yank of lines/words and last argument on previous line. The history has also gotten a bit of a stern talking to. It no longer deletes lines matching existing old ones from the history, instead it just checks if the previous command is repeated. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>