From ce99f40b3fd0e51700a3abd15c8e8c79e53fd7fd Mon Sep 17 00:00:00 2001 From: Shy Date: Fri, 31 Mar 2017 19:25:12 +0200 Subject: [PATCH] Describe c4ctrl.vim --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 775151a..9e31cb8 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,34 @@ # c4ctrl Command line client and utilities for AutoC4. -## Dependencies +### Dependencies * Python 3.?: [[https://www.python.org/]] * Paho Python Client: [[https://github.com/eclipse/paho.mqtt.python]] -## Usage +### Usage ``` c4ctrl.py -h ``` + +## kitchentext.py +Kitchenlight utility script. + ``` kitchentext.py -h ``` + +## c4ctrl.vim +A vim plugin to help with the creation and editing of preset files. +Depends on *c4ctrl[.py]*. Install by putting *c4ctrl.vim* into your +*~/.vim/plugin/* directory. + +### Usage +``` +:C4ctrl get -- Read current state into buffer. +:C4ctrl open $name -- Open local preset $name. +:C4ctrl set [w|p|f] -- Apply current buffer as preset to room + [-magic $mode] [w]ohnzimmer, [p]lenarsaal or [f]nordcenter. + Default is all rooms. +:C4ctrl text -- Put line under cursor on the Kitchenlight. +:C4ctrl write $name -- Save current buffer as preset $name. +```