summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* edit: implement basic insert mode switchPhilipp Gesang2022-08-191-23/+47
* edit: add setter for palette colorsPhilipp Gesang2022-08-191-0/+19
* edit: make selection on click actually workPhilipp Gesang2022-08-191-8/+26
* edit: display color componentsPhilipp Gesang2022-08-181-2/+87
* edit: implement hjkl key bindingsPhilipp Gesang2022-08-181-3/+21
* edit: implement color box selectionPhilipp Gesang2022-08-181-4/+31
* edit: abstract out the color viewsPhilipp Gesang2022-08-181-96/+77
* edit: convert color ids to TextInputPhilipp Gesang2022-08-171-2/+4
* edit: scale color box width to window sizePhilipp Gesang2022-08-171-8/+8
* vtcol: fix conditional codePhilipp Gesang2022-08-081-22/+16
* edit: present color palettePhilipp Gesang2022-08-083-3/+235
* edit: set up a rudimentary 60fps windowPhilipp Gesang2022-08-081-2/+38
* bin: prepare for scheme editorPhilipp Gesang2022-08-082-0/+27
* lib: rework caps flag handlingPhilipp Gesang2022-08-081-6/+35
* fix repo homePhilipp Gesang2022-04-201-1/+1
* happy new year!Philipp Gesang2022-01-011-2/+2
* lib: fix ioctl argp castPhilipp Gesang2021-12-221-5/+4
* expand docs to cover “kb {leds,flags}” splitPhilipp Gesang2021-12-223-6/+35
* bin: lib: address some clippy lintsPhilipp Gesang2021-12-222-5/+9
* bin: add switch for flag defaultsPhilipp Gesang2021-12-221-20/+33
* lib: rework led flags as composite typePhilipp Gesang2021-12-221-30/+207
* Revert "lib: implement “kb flags”"Philipp Gesang2021-12-221-61/+71
* lib: implement “kb flags”Philipp Gesang2021-12-122-113/+303
* bin: move “leds” subcommand under “kb” namespacePhilipp Gesang2021-12-121-100/+135
* lib: add ioctl wrappers for KDGKBLED / KDSKBLEDPhilipp Gesang2021-12-121-43/+111
* lib: close console fd on dropPhilipp Gesang2021-12-121-0/+14
* doc: expand man page some morePhilipp Gesang2021-12-121-4/+40
* bin: allow specifying the console on the command linePhilipp Gesang2021-12-122-64/+118
* bin: make --verbose a global argumentPhilipp Gesang2021-12-121-1/+2
* doc: add screenshots to readmePhilipp Gesang2021-12-123-6/+15
* bin: refactor job into member functions + traitPhilipp Gesang2021-12-121-188/+222
* doc: describe led setting in readme and manpagePhilipp Gesang2021-12-123-5/+18
* bin: lib: implement setting state of individual LEDsPhilipp Gesang2021-12-122-17/+120
* bin: implement led revertPhilipp Gesang2021-12-122-7/+26
* bin: implement “leds set” subcommandPhilipp Gesang2021-12-122-6/+61
* update readmePhilipp Gesang2021-12-121-15/+38
* doc: update manpage for colors/leds splitPhilipp Gesang2021-12-121-20/+91
* move color ops into subcommandPhilipp Gesang2021-12-112-203/+248
* add KDGETLED subcommand to vtcol-binPhilipp Gesang2021-12-082-2/+86
* add ioctl wrappers for KDGETLED / KDSETLEDPhilipp Gesang2021-12-081-5/+119
* be more specific about what “list” doesPhilipp Gesang2021-12-081-1/+1
* misc: add nix derivationPhilipp Gesang2021-11-253-1/+76
* move archlinux stuff to subdirPhilipp Gesang2021-11-255-0/+0
* move base64 handling out of PalettePhilipp Gesang2021-11-252-25/+26
* don’t panic!() on open(2) failurePhilipp Gesang2021-11-241-10/+10
* add base64 input to ‘dump’Philipp Gesang2021-11-241-7/+23
* add base64 input for ‘set’Philipp Gesang2021-11-242-0/+45
* add base64 output for ‘get’Philipp Gesang2021-11-243-6/+25
* optionally clear after each fade stepPhilipp Gesang2021-11-232-6/+27
* implement fadingPhilipp Gesang2021-11-232-3/+195