aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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