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
hi, thanks you for the hard work on areospace, it is a great tool!
I'm now migrating from yabai to areospace. But I cannot to find an equivalent for the yabai -m query --windows command, which returns all applications and their workspace ids.
In my setup, this command is essential to build an app switch bar in sketchybar, which looks like:
The text was updated successfully, but these errors were encountered:
for workspace in $(aerospace list-workspaces --monitor all --empty no); do
echo "Workspace: $workspace"
aerospace list-windows --workspace $workspace
echo
done
Output example:
Workspace: C
1693 | Calendar | Calendar
Workspace: T
52 | Alacritty | /Users/Nikita.Bobko $ t
But there is a tracking issue to support tree command that would allow to get structure of all monitors, workspaces and windows tree in one go #16
hi, thanks you for the hard work on areospace, it is a great tool!
I'm now migrating from yabai to areospace. But I cannot to find an equivalent for the
yabai -m query --windows
command, which returns all applications and their workspace ids.In my setup, this command is essential to build an app switch bar in sketchybar, which looks like:
The text was updated successfully, but these errors were encountered: