Usage#

nux ps

Description#

Shows currently running tmux sessions in a table.

ColumnMeaning
NAMESession name
WINDOWSNumber of windows in the session
ATTACHEDyes if a client is attached, no otherwise
UPTIMEHow long the session has been running (e.g. 5m, 1h 32m)

If no sessions are running, nux prints No running sessions.

This command shows all tmux sessions, not just those started by nux.

Example output#

NAME     WINDOWS   ATTACHED   UPTIME
blog     2         yes        5m
api      3         no         1h 32m
docs     1         no         45m

Notes#

  • For the full project catalog (including projects without a running session), use nux list.
  • Uptime is rounded to the nearest minute.