diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-01-19 10:33:44 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-01-19 10:33:44 -0800 |
commit | de2b13d60203cdb0b05c87a38e3b460ca9e6ee81 (patch) | |
tree | e79db1398ed9751b9e3520366abafd852b6f07e2 | |
parent | 64bbf231833016531f7c7adc42fad3ebeeb66bfd (diff) | |
download | cdlog-de2b13d60203cdb0b05c87a38e3b460ca9e6ee81.tar.gz cdlog-de2b13d60203cdb0b05c87a38e3b460ca9e6ee81.tar.bz2 cdlog-de2b13d60203cdb0b05c87a38e3b460ca9e6ee81.zip |
README update.
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -67,8 +67,11 @@ tabs engage further completion. * Bash's `direxpand` option does not work for `~-n` notation. Completion works, but the notation remains unexpanded. -* Most of `cdlog` is portable to other shells. All that is nonportable -in the code is the use of `local`, and the `shopt -o direxpand` command. +* `cslog` has intuitive, simpler commands. The actions of pushing entries into +the log, and rotating among them aren't conflated into a single command. +The rotating command `cs` is usefully different from `pushd [+/-]n`, +taking only positive integer arguments with no sign, and rotating among +specified places, rather than a contiguous block of top entries. ## License |