docs: Added documentation of the new .fork command
+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 |
|
||||
|
||||

|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user