4 lines
103 B
Text
4 lines
103 B
Text
|
def main [] {
|
||
|
mut workspaces = waymsg -rt get_workspaces | from json | select name focused urgent;
|
||
|
}
|