diff options
-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 |