Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move color ops into subcommand | Philipp Gesang | 2021-12-11 | 1 | -202/+247 |
* | add KDGETLED subcommand to vtcol-bin | Philipp Gesang | 2021-12-08 | 1 | -1/+59 |
* | be more specific about what “list” does | Philipp Gesang | 2021-12-08 | 1 | -1/+1 |
* | move base64 handling out of Palette | Philipp Gesang | 2021-11-25 | 1 | -11/+7 |
* | add base64 input to ‘dump’ | Philipp Gesang | 2021-11-24 | 1 | -7/+23 |
* | add base64 input for ‘set’ | Philipp Gesang | 2021-11-24 | 1 | -0/+14 |
* | add base64 output for ‘get’ | Philipp Gesang | 2021-11-24 | 1 | -5/+19 |
* | optionally clear after each fade step | Philipp Gesang | 2021-11-23 | 1 | -3/+14 |
* | implement fading | Philipp Gesang | 2021-11-23 | 1 | -2/+97 |
* | switch RawPalette to integer representation | Philipp Gesang | 2021-11-16 | 1 | -3/+3 |
* | move console handling into lib | Philipp Gesang | 2021-11-15 | 1 | -99/+10 |
* | turn Fd into proper wrapper | Philipp Gesang | 2021-11-15 | 1 | -16/+14 |
* | drop bespoke ioctl() wrapper | Philipp Gesang | 2021-11-15 | 1 | -16/+3 |
* | lib: split out library | Philipp Gesang | 2021-11-15 | 1 | -533/+48 |
* | 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 |
* | avoid hard coding builtin names | Philipp Gesang | 2021-11-11 | 1 | -47/+103 |
* | add green monochrome theme (phosphor) | Philipp Gesang | 2021-11-10 | 1 | -0/+21 |
* | add toggle subcommand | Philipp Gesang | 2021-11-10 | 1 | -0/+48 |
* | stick to ascii | Philipp Gesang | 2021-11-10 | 1 | -4/+4 |
* | implement subcommand get (GIO_CMAP) | Philipp Gesang | 2021-11-10 | 1 | -36/+89 |
* | adopt a subcommand ui | Philipp Gesang | 2021-11-10 | 1 | -60/+90 |
* | use trait for deriving Color | Philipp Gesang | 2021-11-10 | 1 | -34/+36 |
* | add GIO_CMAP wrapper | Philipp Gesang | 2021-11-10 | 1 | -0/+16 |
* | clean up struct Palette | Philipp Gesang | 2021-11-10 | 1 | -43/+43 |
* | turn Palette into newtype | Philipp Gesang | 2021-11-10 | 1 | -13/+10 |
* | rework error handling | Philipp Gesang | 2021-11-10 | 1 | -53/+102 |
* | remove interfering --help option | Philipp Gesang | 2021-11-10 | 1 | -7/+0 |
* | drop unused code from get_console_fd() | Philipp Gesang | 2021-11-10 | 1 | -22/+11 |
* | apply some clippy lints | Philipp Gesang | 2021-11-10 | 1 | -15/+12 |
* | fix overblown numeric handling | Philipp Gesang | 2021-11-10 | 1 | -12/+12 |
* | remove redundant lifetime | Philipp Gesang | 2021-11-10 | 1 | -1/+1 |
* | switch from lazy_static to atomics | Philipp Gesang | 2021-11-10 | 1 | -7/+4 |
* | deal with bitrot and archaic idioms | Philipp Gesang | 2021-11-10 | 1 | -94/+90 |
* | remove gratuitous use of unsafe | Philipp Gesang | 2021-11-10 | 1 | -2/+2 |
* | switch from getopts to clap | Philipp Gesang | 2021-11-10 | 1 | -97/+87 |
* | format with rustfmt | Philipp Gesang | 2021-11-10 | 1 | -338/+285 |
* | use lazy_static instead of raw global | Philipp Gesang | 2021-11-10 | 1 | -8/+11 |
* | Fix building against current rust versions | Andrew Clemons | 2017-01-09 | 1 | -30/+13 |
* | vtcol.rs: update for rustc 1.4 | Philipp Gesang | 2015-09-15 | 1 | -5/+14 |
* | vtcol.rs: reinstate usage message | Philipp Gesang | 2015-05-26 | 1 | -1/+5 |
* | vtcol.rs: enable verbose messages on demand | Philipp Gesang | 2015-05-08 | 1 | -14/+26 |
* | vtcol.rs: read from stdin if passed dash as file or scheme name | Philipp Gesang | 2015-05-08 | 1 | -3/+7 |
* | vtcol.rs: output instructions when reading from stdin | Philipp Gesang | 2015-05-08 | 1 | -1/+3 |
* | vtcol.rs: choose correct type of argument passed to write() | Philipp Gesang | 2015-05-08 | 1 | -1/+1 |
* | vtcol.rs: adapt line-wise iteration | Philipp Gesang | 2015-05-08 | 1 | -24/+28 |
* | vtcol.rs: optionally read scheme from string | Philipp Gesang | 2015-05-07 | 1 | -12/+41 |
* | vtcol.rs: finally catch up with 1.0; lots of “feature” directives | Philipp Gesang | 2015-05-07 | 1 | -9/+14 |
* | vtcol.rs: catch up with argv and string handling (does not build atm) | Philipp Gesang | 2015-05-07 | 1 | -8/+9 |