tmuxp ls¶
List available workspace configurations from your local project and global tmuxp directories.
Command¶
List workspace files in the tmuxp configuration directory.
Usage¶
usage: tmuxp ls [-h] [--tree] [--json] [--ndjson] [--full]
Examples¶
$ tmuxp ls
$ tmuxp ls --tree
$ tmuxp ls --full
Machine-Readable Output Examples¶
$ tmuxp ls --json
$ tmuxp ls --json --full
$ tmuxp ls --ndjson
$ tmuxp ls --json | jq '.workspaces[].name'