aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-01-19 10:33:44 -0800
committerKaz Kylheku <kaz@kylheku.com>2024-01-19 10:33:44 -0800
commitde2b13d60203cdb0b05c87a38e3b460ca9e6ee81 (patch)
treee79db1398ed9751b9e3520366abafd852b6f07e2
parent64bbf231833016531f7c7adc42fad3ebeeb66bfd (diff)
downloadcdlog-de2b13d60203cdb0b05c87a38e3b460ca9e6ee81.tar.gz
cdlog-de2b13d60203cdb0b05c87a38e3b460ca9e6ee81.tar.bz2
cdlog-de2b13d60203cdb0b05c87a38e3b460ca9e6ee81.zip
README update.
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 28236fd..ed937d3 100644
--- a/README.md
+++ b/README.md
@@ -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