Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expand docs to cover “kb {leds,flags}” split | Philipp Gesang | 2021-12-22 | 3 | -6/+35 |
* | bin: lib: address some clippy lints | Philipp Gesang | 2021-12-22 | 2 | -5/+9 |
* | bin: add switch for flag defaults | Philipp Gesang | 2021-12-22 | 1 | -20/+33 |
* | lib: rework led flags as composite type | Philipp Gesang | 2021-12-22 | 1 | -30/+207 |
* | Revert "lib: implement “kb flags”" | Philipp Gesang | 2021-12-22 | 1 | -61/+71 |
* | lib: implement “kb flags” | Philipp Gesang | 2021-12-12 | 2 | -113/+303 |
* | bin: move “leds” subcommand under “kb” namespace | Philipp Gesang | 2021-12-12 | 1 | -100/+135 |
* | lib: add ioctl wrappers for KDGKBLED / KDSKBLED | Philipp Gesang | 2021-12-12 | 1 | -43/+111 |
* | lib: close console fd on drop | Philipp Gesang | 2021-12-12 | 1 | -0/+14 |
* | doc: expand man page some more | Philipp Gesang | 2021-12-12 | 1 | -4/+40 |
* | bin: allow specifying the console on the command line | Philipp Gesang | 2021-12-12 | 2 | -64/+118 |
* | bin: make --verbose a global argument | Philipp Gesang | 2021-12-12 | 1 | -1/+2 |
* | doc: add screenshots to readme | Philipp Gesang | 2021-12-12 | 3 | -6/+15 |
* | bin: refactor job into member functions + trait | Philipp Gesang | 2021-12-12 | 1 | -188/+222 |
* | doc: describe led setting in readme and manpage | Philipp Gesang | 2021-12-12 | 3 | -5/+18 |
* | bin: lib: implement setting state of individual LEDs | Philipp Gesang | 2021-12-12 | 2 | -17/+120 |
* | bin: implement led revert | Philipp Gesang | 2021-12-12 | 2 | -7/+26 |
* | bin: implement “leds set” subcommand | Philipp Gesang | 2021-12-12 | 2 | -6/+61 |
* | update readme | Philipp Gesang | 2021-12-12 | 1 | -15/+38 |
* | doc: update manpage for colors/leds split | Philipp Gesang | 2021-12-12 | 1 | -20/+91 |
* | move color ops into subcommand | Philipp Gesang | 2021-12-11 | 2 | -203/+248 |
* | add KDGETLED subcommand to vtcol-bin | Philipp Gesang | 2021-12-08 | 2 | -2/+86 |
* | add ioctl wrappers for KDGETLED / KDSETLED | Philipp Gesang | 2021-12-08 | 1 | -5/+119 |
* | be more specific about what “list” does | Philipp Gesang | 2021-12-08 | 1 | -1/+1 |
* | misc: add nix derivation | Philipp Gesang | 2021-11-25 | 3 | -1/+76 |
* | move archlinux stuff to subdir | Philipp Gesang | 2021-11-25 | 5 | -0/+0 |
* | move base64 handling out of Palette | Philipp Gesang | 2021-11-25 | 2 | -25/+26 |
* | don’t panic!() on open(2) failure | Philipp Gesang | 2021-11-24 | 1 | -10/+10 |
* | add base64 input to ‘dump’ | Philipp Gesang | 2021-11-24 | 1 | -7/+23 |
* | add base64 input for ‘set’ | Philipp Gesang | 2021-11-24 | 2 | -0/+45 |
* | add base64 output for ‘get’ | Philipp Gesang | 2021-11-24 | 3 | -6/+25 |
* | optionally clear after each fade step | Philipp Gesang | 2021-11-23 | 2 | -6/+27 |
* | implement fading | Philipp Gesang | 2021-11-23 | 2 | -3/+195 |
* | get rid of useless lifetimes | Philipp Gesang | 2021-11-22 | 1 | -5/+5 |
* | switch RawPalette to integer representation | Philipp Gesang | 2021-11-16 | 2 | -51/+96 |
* | add KDGKBTYPE wrapper | Philipp Gesang | 2021-11-15 | 1 | -8/+14 |
* | namespace ioctl related symbols | Philipp Gesang | 2021-11-15 | 1 | -45/+53 |
* | move console handling into lib | Philipp Gesang | 2021-11-15 | 2 | -104/+162 |
* | use idiomatic syscall error wrappers | Philipp Gesang | 2021-11-15 | 1 | -24/+48 |
* | turn Fd into proper wrapper | Philipp Gesang | 2021-11-15 | 2 | -21/+39 |
* | drop bespoke ioctl() wrapper | Philipp Gesang | 2021-11-15 | 1 | -16/+3 |
* | decontaminate library from clap and anyhow deps | Philipp Gesang | 2021-11-15 | 2 | -12/+28 |
* | lib: split out library | Philipp Gesang | 2021-11-15 | 3 | -533/+580 |
* | add rustdoc to doc recipe | Philipp Gesang | 2021-11-12 | 1 | -1/+7 |
* | make rustdoc shut up about snippets | Philipp Gesang | 2021-11-12 | 1 | -0/+1 |
* | bring “dump” out put in line with scheme format | Philipp Gesang | 2021-11-12 | 1 | -24/+36 |
* | fix argument handling for “dump” subcommand | Philipp Gesang | 2021-11-11 | 1 | -2/+2 |
* | add build recipe for binary | Philipp Gesang | 2021-11-11 | 1 | -5/+14 |
* | fill in manpage | Philipp Gesang | 2021-11-11 | 1 | -11/+152 |
* | add built instructions for manpage | Philipp Gesang | 2021-11-11 | 3 | -1/+26 |