feat(wm): add query command to cli

Added a query command to komorebic to return the WindowManager struct
serialized to JSON to help with debugging and maybe help others to build
tools like stackline for yabai in the future.
This commit is contained in:
LGUG2Z
2021-07-30 14:11:07 -07:00
parent 793ba51695
commit 230b534735
12 changed files with 130 additions and 44 deletions

2
Cargo.lock generated
View File

@@ -347,6 +347,8 @@ dependencies = [
"komorebi-core",
"lazy_static",
"nanoid",
"serde",
"serde_json",
"strum",
"sysinfo",
"tracing",