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
The helpful -e arg allows the user to specify a custom command to run when a session is complete. I would love to see a similar arg (-E?) which allows the user to specify a custom command to run when a new session begins.
Sample use case: When a session ends, append '(SESSION OVER)' to the name of the tmux window. When a new session begins, remove that tag.
The text was updated successfully, but these errors were encountered:
The helpful
-e
arg allows the user to specify a custom command to run when a session is complete. I would love to see a similar arg (-E
?) which allows the user to specify a custom command to run when a new session begins.Sample use case: When a session ends, append '
(SESSION OVER)
' to the name of the tmux window. When a new session begins, remove that tag.The text was updated successfully, but these errors were encountered: