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'

Options

--tree

display workspaces grouped by directory

Default
False
--json

output as JSON

Default
False
--ndjson

output as NDJSON (one JSON per line)

Default
False
--full

include full config content in output

Default
False