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
--macos-native-hidden# Filter results to on ly print hidden applications. [no] inverts the condition
294
+
--format:string# Specify output format. See "Output Format" section for more details. Incompatible with --count
295
+
# --format:string@"nu-complete aerospace-output-format-apps" # Specify output format. See "Output Format" section for more details. Incompatible with --count
296
+
--count# Output only the number of apps. Incompatible with --format, --json
297
+
--json# Output in JSON format. Can be used in combination with --format to specify which data to include into the json. Incompatible with --count
--focused# Filter results to only print the focused monitor. [no] inverts the condition
316
+
--mouse# Filter results to only print the monitor with the mouse. [no] inverts the condition
317
+
--format:string# Specify output format. See "Output Format" section for more details. Incompatible with --count
318
+
# --format:string@"nu-complete aerospace-output-format-monitors" # Specify output format. See "Output Format" section for more details. Incompatible with --count
319
+
--count# Output only the number of workspaces. Incompatible with --format, --json
320
+
--json# Output in JSON format. Can be used in combination with --format to specify which data to include into the json. Incompatible with --count
--all# Alias for --monitor all. Use with caution. Check `man aerospace-list-windows` for more details.
330
+
--focused# Print the focused window. Please note that it is possible for no window to be in focus. In that case, an error is reported.
331
+
# TODO: create completions for these two
332
+
--workspace#Filter results to print windows that belong to either of specified workspaces.
333
+
--monitor#Filter results to print windows that belong to either of specified monitors.
334
+
--pid#Filter results to only print windows that belong to the Application with specified <pid>
335
+
--app-bundle-id#Filter results to only print windows that belong to the Application with specified Bundle ID
336
+
--format:string# Specify output format. See "Output Format" section for more details. Incompatible with --count
337
+
# --format:string@"nu-complete aerospace-output-format-windows" # Specify output format. See "Output Format" section for more details. Incompatible with --count
338
+
--count# Output only the number of workspaces. Incompatible with --format, --json
339
+
--json# Output in JSON format. Can be used in combination with --format to specify which data to include into the json. Incompatible with --count
306
340
]
307
341
308
342
export extern"aerospace list-workspaces" [
309
343
--help(-h)# Print help
344
+
--all# Alias for --monitor all. Use with caution. Check `man aerospace-list-windows` for more details.
345
+
--focused# Alias for --monitor focused --visible. Always prints a single workspace
346
+
# TODO: create completion for --monitor
347
+
--monitor# Filter results to print windows that belong to either of specified monitors.
348
+
--visible# Filter results to only print currently visible workspaces. [no] inverts the condition. Several workspaces can be visible in multi-monitor setup
349
+
--empty# Filter results to only print empty workspaces. [no] inverts the condition.
350
+
--format:string# Specify output format. See "Output Format" section for more details. Incompatible with --count
351
+
# --format:string@"nu-complete aerospace-output-format-windows" # Specify output format. See "Output Format" section for more details. Incompatible with --count
352
+
--count# Output only the number of workspaces. Incompatible with --format, --json
353
+
--json# Output in JSON format. Can be used in combination with --format to specify which data to include into the json. Incompatible with --count
0 commit comments