docs: Added documentation of the new .fork command

2026-07-21 14:55:19 -06:00
parent fde10e818c
commit cd7209628d
+2 -1
@@ -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).
in the REPL's reedline history (use up-arrow to recall).