Command line client for AutoC4.
Find a file
2017-04-17 22:20:45 +02:00
examples Use $XDG_CONFIG_HOME 2017-04-17 22:20:45 +02:00
.gitignore Added __pycache__ 2017-03-14 14:40:52 +01:00
_c4ctrl Use $XDG_CONFIG_HOME 2017-04-17 22:20:45 +02:00
c4ctrl.py Use $XDG_CONFIG_HOME 2017-04-17 22:20:45 +02:00
c4ctrl.vim Use $XDG_CONFIG_HOME 2017-04-17 22:20:45 +02:00
kitchentext Remove '-s' option, catch SIGTERM 2017-04-17 13:07:25 +02:00
LICENSE Initial commit 2017-03-11 13:51:40 +01:00
README.md Added _c4ctrl, updated c4ctrl.vim 2017-04-17 21:46:23 +02:00

c4ctrl

Command line client and utilities for AutoC4.

Dependencies

Usage

$ c4ctrl.py -h

kitchentext

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] [-magic]   -- Apply current buffer or range/selection as
                                  preset to room [w]ohnzimmer, [p]lenarsaal or
                                  [f]nordcenter. Default is all rooms.
:C4ctrl kitchentext [register] -- Display text in register, selected text or
                                  text in range on the Kitchenlight.
:C4ctrl write $name            -- Save current buffer as preset $name.

_c4ctrl

Completion script for zsh.

Installation

Put _c4ctrl somewhere into $fpath (or alter $fpath in your .zshrc). See also: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Completion-Directories