Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | This crate would have been handy back in the days. | |||||
* | ignore lockfile | Philipp Gesang | 2021-11-10 | 2 | -21/+2 | |
| | | | | Build artifact doesn’t belong in the repo. | |||||
* | rework readme | Philipp Gesang | 2021-11-10 | 1 | -41/+13 | |
| | ||||||
* | switch edition to 2021 | Philipp Gesang | 2021-11-09 | 1 | -2/+3 | |
| | | | | The future is now! | |||||
* | Merge pull request #3 from aclemons/master | Philipp Gesang | 2017-12-03 | 2 | -1/+2 | |
|\ | | | | | Silence warning for missing path for `vtcol` binary | |||||
| * | Silence warning for missing path for `vtcol` binary | Andrew Clemons | 2017-10-25 | 2 | -1/+2 | |
|/ | | | | | vtcol.rs should probably be main.rs, but explicitly setting the non-standard path also silences the warning. (src/bin would also work) | |||||
* | *: 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 | |||||
| * | 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 | |
| | ||||||
* | misc: add example initramfs setup | Philipp Gesang | 2015-05-31 | 5 | -1/+109 | |
| | ||||||
* | vtcol.rs: reinstate usage message | Philipp Gesang | 2015-05-26 | 3 | -3/+7 | |
| | ||||||
* | cargo: silence warnings about non-conformant “keywords” array | Philipp Gesang | 2015-05-09 | 1 | -1/+1 | |
| | ||||||
* | cargo: extend manifest | Philipp Gesang | 2015-05-09 | 1 | -2/+3 | |
| | ||||||
* | cargo: add Cargo.lock to repo | Philipp Gesang | 2015-05-09 | 2 | -1/+4 | |
| | ||||||
* | 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 | 2 | -6/+13 | |
| | ||||||
* | 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 | |
| | | | | | | | D’oh! Thanks to /u/DroidLogician for the pointer: http://www.reddit.com/r/rust/comments/3588d4/suggestions_for_handling_architecturedependent/cr22okf | |||||
* | vtcol.rs: adapt line-wise iteration | Philipp Gesang | 2015-05-08 | 1 | -24/+28 | |
| | ||||||
* | readme: update links | Philipp Gesang | 2015-05-07 | 1 | -12/+16 | |
| | ||||||
* | 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 | |
| | ||||||
* | vtcol.rs: adapt for 64 bit machine | Philipp Gesang | 2015-05-07 | 1 | -1/+1 | |
| | ||||||
* | vtcol.rs: remove extraneous lifetimes | Philipp Gesang | 2015-05-07 | 1 | -9/+8 | |
| | | | | | Did the lifetime analysis improve? These were required last time I checked … | |||||
* | vtcol.rs: adapt symbol paths for fs, io and std | Philipp Gesang | 2015-05-07 | 1 | -5/+5 | |
| | ||||||
* | vtcol.rs: prefer “Debug” over “Show” when deriving pretty printers | Philipp Gesang | 2015-05-07 | 1 | -4/+4 | |
| | ||||||
* | vtcol.rs: adapt type suffixes for current Rust | Philipp Gesang | 2015-05-07 | 1 | -30/+30 | |
| | ||||||
* | doc: add skeleton man page | Philipp Gesang | 2015-05-03 | 1 | -0/+32 | |
| | ||||||
* | add gitignore | Philipp Gesang | 2015-05-03 | 1 | -0/+13 | |
| | ||||||
* | doc: add build instructions and some meta-info to readme | Philipp Gesang | 2015-05-03 | 1 | -7/+24 | |
| | ||||||
* | vtcol.rs: add license | Philipp Gesang | 2015-05-03 | 3 | -1/+686 | |
| | ||||||
* | cargo: extend build definition | Philipp Gesang | 2015-05-03 | 1 | -6/+9 | |
| | ||||||
* | cargo: include project definition | Philipp Gesang | 2015-05-03 | 1 | -0/+14 | |
| | ||||||
* | vtcol.rs: move to ./src tree | Philipp Gesang | 2015-05-03 | 1 | -0/+0 | |
| | ||||||
* | vtcol.rs: check for valid index prior to assigning palette color from scheme | Philipp Gesang | 2015-05-03 | 1 | -2/+4 | |
| | ||||||
* | vtcol.rs: parse color indices in scheme files | Philipp Gesang | 2015-05-03 | 1 | -4/+14 | |
| | ||||||
* | doc: add some paragraphs sketching up the background of the tool | Philipp Gesang | 2015-05-03 | 1 | -1/+28 | |
| | ||||||
* | doc: add readme with brief overview of usage | Philipp Gesang | 2015-05-03 | 1 | -0/+52 | |
| | ||||||
* | vtcol.rs: implement pretty printing of schemes loaded from files | Philipp Gesang | 2015-05-03 | 1 | -2/+7 | |
| | ||||||
* | vtcol.rs: clean up to appease rustc | Philipp Gesang | 2015-05-03 | 1 | -26/+11 | |
| | | | | | This eliminates all of rustc’s complaints about style. As a bonus, the ``-f `` option now actually loads the specified file. | |||||
* | schemes: add definition files | Philipp Gesang | 2015-05-03 | 3 | -0/+48 | |
| | ||||||
* | vtcol.rs: implement scheme file parser | Philipp Gesang | 2015-05-03 | 1 | -41/+55 | |
| | ||||||
* | vtcol.rs: implement dummy palette loader | Philipp Gesang | 2015-05-03 | 1 | -23/+47 | |
| | ||||||
* | vtcol.rs: prepare loading of color scheme files | Philipp Gesang | 2015-05-03 | 1 | -6/+38 | |
| | | | | | Doesn’t work yet but the types are all in place. DYK, creating true fixed-size array is a horrible PITA in Rust. |