From bca880ac2701b8ac87be4a7938e1e7e0852f609e Mon Sep 17 00:00:00 2001 From: buffet Date: Thu, 12 Aug 2021 16:47:06 +0000 Subject: [PATCH] Add note about kiwmic --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 07b0fbd..66ba3ca 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,15 @@ New users should be aware of the steep learning curve present, however this wil Documentation for the API can be found in [lua_docs.md](lua_docs.md). +Additionally `kiwmic` can be used to send a single lua string to kiwmi for direct evaluation. + +For example: + +``` +$ kiwmic 'return kiwmi:focused_view():id()' +94036737803088.0 +``` + ## Getting Started The dependencies required are: