diff --git a/REPL.md b/REPL.md index 4dd7d98..5516199 100644 --- a/REPL.md +++ b/REPL.md @@ -106,6 +106,7 @@ Use the following commands to manage sessions in Coyote: | `.info session` | Display information about the active session | | `.edit session` | Open the active session's configuration in your preferred text editor | | `.save session` | Save the active session to a `session` configuration file | +| `.fork` | Fork the active session into a new named copy (`.fork [name]`) | | `.exit session` | Exit the active session | ![sessions](./images/sessions/sessions-example.gif) @@ -513,4 +514,4 @@ or anything else you'd normally run in a terminal, without leaving the REPL. - `!cd /tmp` does _not_ persist. Each `!cmd` runs in a fresh child shell, so subsequent `!pwd` will show the REPL's original working directory, not `/tmp`. - The command is _not_ written to your shell's history file (`~/.bash_history`, `~/.zsh_history`). It is, however, saved - in the REPL's reedline history (use up-arrow to recall). \ No newline at end of file + in the REPL's reedline history (use up-arrow to recall).