Command line client for AutoC4.
Find a file
2017-04-03 16:06:15 +02:00
examples Updated colors for Plenarsaal 2017-03-17 22:55:52 +01:00
.gitignore Added __pycache__ 2017-03-14 14:40:52 +01:00
c4ctrl.py Skip empty rooms in preset files 2017-03-31 17:55:54 +02:00
c4ctrl.vim Syntax highlighting and some other enhancements 2017-04-03 16:06:15 +02:00
kitchentext.py Renamed C4Interface functions, making them more intuitive 2017-03-15 09:53:00 +01:00
LICENSE Initial commit 2017-03-11 13:51:40 +01:00
README.md Describe c4ctrl.vim 2017-03-31 19:25:12 +02:00

c4ctrl

Command line client and utilities for AutoC4.

Dependencies

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.