diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -70,6 +70,10 @@ tabs engage further completion. * Bash's `direxpand` option does not work for `~-n` notation. Completion works, but the notation remains unexpanded. +* `cdlog`'s data, consisting purely of variables, can be passed to a child +process so that the log is available in a subshell. Just execute `export c1 c2 +c3 c4 c5 c6 c7 c8 c9 x y z w`. + * 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. |