tmux_list_sessions
Display all active tmux sessions with their names, windows, creation times, and attachment status to manage terminal sessions effectively.
Instructions
List all active tmux sessions with their details (name, windows, created time, attached status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}