3 lines
97 B
Bash
Executable file
3 lines
97 B
Bash
Executable file
#!/bin/sh -e
|
|
# TODO completion: tree, outputs, inputs, ...
|
|
unbuffer swaymsg -t get_$1 | less -Fr
|