Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | avoid hard coding builtin names | Philipp Gesang | 2021-11-11 | 2 | -48/+104 |
* | add green monochrome theme (phosphor) | Philipp Gesang | 2021-11-10 | 1 | -0/+21 |
* | add toggle subcommand | Philipp Gesang | 2021-11-10 | 3 | -1/+54 |
* | update readme | Philipp Gesang | 2021-11-10 | 1 | -28/+27 |
* | bump version | Philipp Gesang | 2021-11-10 | 1 | -1/+1 |
* | 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 | 2 | -53/+103 |
* | 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 | 2 | -8/+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 | 2 | -98/+88 |
* | format with rustfmt | Philipp Gesang | 2021-11-10 | 1 | -338/+285 |
* | add rustfmt settings | Philipp Gesang | 2021-11-10 | 1 | -0/+31 |
* | use lazy_static instead of raw global | Philipp Gesang | 2021-11-10 | 2 | -8/+12 |
* | ignore lockfile | Philipp Gesang | 2021-11-10 | 2 | -21/+2 |
* | rework readme | Philipp Gesang | 2021-11-10 | 1 | -41/+13 |
* | switch edition to 2021 | Philipp Gesang | 2021-11-09 | 1 | -2/+3 |
* | Merge pull request #3 from aclemons/master | Philipp Gesang | 2017-12-03 | 2 | -1/+2 |
|\ | |||||
| * | Silence warning for missing path for `vtcol` binary | Andrew Clemons | 2017-10-25 | 2 | -1/+2 |
|/ | |||||
* | *: bump version and yearv0.42.2 | Philipp Gesang | 2017-01-22 | 7 | -8/+8 |
* | Merge pull request #1 from aclemons/fix_build | Philipp Gesang | 2017-01-22 | 3 | -30/+33 |
|\ | |||||
| * | Fix building against current rust versions | Andrew Clemons | 2017-01-09 | 3 | -30/+33 |
|/ | |||||
* | vtcol.rs: update for rustc 1.4 | Philipp Gesang | 2015-09-15 | 1 | -5/+14 |
* | misc: fix menuentry heading | Philipp Gesang | 2015-05-31 | 1 | -1/+1 |
* | misc: add example grub menuentry | Philipp Gesang | 2015-05-31 | 1 | -0/+47 |