diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -45,6 +45,11 @@ pick which directory to change to or swap with. The terminal cursor is then retraced back to the top of the menu, and the screen is erased from that point to the bottom. +* The `cdr` command is used for recovering previous sessions. It +presents you with a numbered list of these sessions. You can recover to one of +the sessions, use a `c` prefix on the number to clone the session into +the current session, or press Enter to do nothing. + In addition, the `cdlog.sh` script sets the bash `direxpand` option. With the `direxpand` option, Tab completion on a directory coming from a variable name will expand that variable into the command line. @@ -64,8 +69,8 @@ session store being full, it erases the one with the oldest time stamp and chooses its index. When one or more persisted session are present, `cdlog`'s initialization -presents you with a numbered list of these sessions. You can recover to one of -the sessions or press Enter to go with the newly allocated one. +mentions this, suggesting that the `cdr` command may be used to recover +to one of the sessions. ## How is this better? |