save json jq output as seperate variables or as an array
I am currently working with i3 and would like to parse the visible workspaces with i3-msg -t get_workspaces, to "save the workspace" and return to them when my pomodoro break is over, problem is I've never worked with json in…