You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ If no command is given, `$SHELL` is used.
83
83
|`push <session>`| Copy stdin verbatim to the session. |
84
84
|`kill [-f] <session>`| Gracefully stop a session (SIGTERM, then SIGKILL after 5 s if needed). With `-f` / `--force`, skip the grace period and send SIGKILL immediately. |
85
85
|`clear [<session>]`| Truncate the on-disk session log. Defaults to the current session when run inside one. |
86
+
|`tail [-f] [-n N] <session>`| Print the last N lines of the session log (default: 10). With `-f`, follow new output as it is written. |
86
87
|`list`| List all sessions. Shows `[attached]` when a client is connected, `[stale]` for leftover sockets with no running master. Prints `(no sessions)` when the list is empty. |
87
88
|`current`| Print the current session name and exit 0 if inside a session; exit 1 silently if not. |
0 commit comments