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
Advantage: User can filter out any temporary sessions they might create during the run. For instance, I create a scratch session to hold a scratch pane, and would not want that to be accounted for while either while switching or deciding to not quit tmux. -f "#{!=:#{session_name},scratch}"
The text was updated successfully, but these errors were encountered:
poetaman
changed the title
Feature: add user filter option for tmux list-sessions command
Feature: add user filter option to filter out any user's temporary/background sessions
Sep 17, 2021
Add a way of specifying a user filter for
tmux list-sessions
command in the following function of https://github.com/tmux-plugins/tmux-sessionist/blob/master/scripts/kill_session.sh.Advantage: User can filter out any temporary sessions they might create during the run. For instance, I create a scratch session to hold a
scratch
pane, and would not want that to be accounted for while either while switching or deciding to not quit tmux.-f "#{!=:#{session_name},scratch}"
For instance,
would become:
The text was updated successfully, but these errors were encountered: