summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* *: bump version and yearv0.42.2Philipp Gesang2017-01-227-8/+8
* Merge pull request #1 from aclemons/fix_buildPhilipp Gesang2017-01-223-30/+33
|\
| * Fix building against current rust versionsAndrew Clemons2017-01-093-30/+33
|/
* vtcol.rs: update for rustc 1.4Philipp Gesang2015-09-151-5/+14
* misc: fix menuentry headingPhilipp Gesang2015-05-311-1/+1
* misc: add example grub menuentryPhilipp Gesang2015-05-311-0/+47
* misc: add example initramfs setupPhilipp Gesang2015-05-315-1/+109
* vtcol.rs: reinstate usage messagePhilipp Gesang2015-05-263-3/+7
* cargo: silence warnings about non-conformant “keywords” arrayPhilipp Gesang2015-05-091-1/+1
* cargo: extend manifestPhilipp Gesang2015-05-091-2/+3
* cargo: add Cargo.lock to repoPhilipp Gesang2015-05-092-1/+4
* vtcol.rs: enable verbose messages on demandPhilipp Gesang2015-05-081-14/+26
* vtcol.rs: read from stdin if passed dash as file or scheme namePhilipp Gesang2015-05-082-6/+13
* vtcol.rs: output instructions when reading from stdinPhilipp Gesang2015-05-081-1/+3
* vtcol.rs: choose correct type of argument passed to write()Philipp Gesang2015-05-081-1/+1
* vtcol.rs: adapt line-wise iterationPhilipp Gesang2015-05-081-24/+28
* readme: update linksPhilipp Gesang2015-05-071-12/+16
* vtcol.rs: optionally read scheme from stringPhilipp Gesang2015-05-071-12/+41
* vtcol.rs: finally catch up with 1.0; lots of “feature” directivesPhilipp Gesang2015-05-071-9/+14
* vtcol.rs: catch up with argv and string handling (does not build atm)Philipp Gesang2015-05-071-8/+9
* vtcol.rs: adapt for 64 bit machinePhilipp Gesang2015-05-071-1/+1
* vtcol.rs: remove extraneous lifetimesPhilipp Gesang2015-05-071-9/+8
* vtcol.rs: adapt symbol paths for fs, io and stdPhilipp Gesang2015-05-071-5/+5
* vtcol.rs: prefer “Debug” over “Show” when deriving pretty printersPhilipp Gesang2015-05-071-4/+4
* vtcol.rs: adapt type suffixes for current RustPhilipp Gesang2015-05-071-30/+30
* doc: add skeleton man pagePhilipp Gesang2015-05-031-0/+32
* add gitignorePhilipp Gesang2015-05-031-0/+13
* doc: add build instructions and some meta-info to readmePhilipp Gesang2015-05-031-7/+24
* vtcol.rs: add licensePhilipp Gesang2015-05-033-1/+686
* cargo: extend build definitionPhilipp Gesang2015-05-031-6/+9
* cargo: include project definitionPhilipp Gesang2015-05-031-0/+14
* vtcol.rs: move to ./src treePhilipp Gesang2015-05-031-0/+0
* vtcol.rs: check for valid index prior to assigning palette color from schemePhilipp Gesang2015-05-031-2/+4
* vtcol.rs: parse color indices in scheme filesPhilipp Gesang2015-05-031-4/+14
* doc: add some paragraphs sketching up the background of the toolPhilipp Gesang2015-05-031-1/+28
* doc: add readme with brief overview of usagePhilipp Gesang2015-05-031-0/+52
* vtcol.rs: implement pretty printing of schemes loaded from filesPhilipp Gesang2015-05-031-2/+7
* vtcol.rs: clean up to appease rustcPhilipp Gesang2015-05-031-26/+11
* schemes: add definition filesPhilipp Gesang2015-05-033-0/+48
* vtcol.rs: implement scheme file parserPhilipp Gesang2015-05-031-41/+55
* vtcol.rs: implement dummy palette loaderPhilipp Gesang2015-05-031-23/+47
* vtcol.rs: prepare loading of color scheme filesPhilipp Gesang2015-05-031-6/+38
* vtcol.rs: prepare support for custom color schemesPhilipp Gesang2015-05-011-32/+59
* vtcol.rs: add brightness flag to represent color palette slotsPhilipp Gesang2015-05-011-33/+44
* vtcol.rs: add variant for representing color namesPhilipp Gesang2015-02-071-11/+70
* vtcol.rs: fix off-by-one in color expression parserPhilipp Gesang2015-02-071-1/+1
* vtcol.rs: implement --dump option for printing individual schemesPhilipp Gesang2015-02-071-12/+98
* vtcol.rs: add option to list available color schemesPhilipp Gesang2015-01-251-0/+16
* vtcol.rs: add usage and improve validity checkPhilipp Gesang2015-01-251-3/+18
* vtcol.rs: use getopts to determine colorscheme from argvPhilipp Gesang2015-01-251-9/+58