summaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* edit: implement the actual save operationPhilipp Gesang2022-08-271-0/+1
| | | | | We save palettes in the format that can be directly re-parsed by vtcol.
* bin: prepare for scheme editorPhilipp Gesang2022-08-081-0/+2
| | | | | Optionally build against slint (sixtyfps) to provide an “edit” subcommand.
* fix repo homePhilipp Gesang2022-04-201-1/+1
|
* doc: describe led setting in readme and manpagePhilipp Gesang2021-12-121-1/+1
|
* move color ops into subcommandPhilipp Gesang2021-12-111-1/+1
| | | | | | | | | | | | So what used to be $ vtcol set solarized becomes $ vtcol colors set solarized etc.
* add base64 output for ‘get’Philipp Gesang2021-11-241-0/+1
|
* decontaminate library from clap and anyhow depsPhilipp Gesang2021-11-151-8/+13
|
* lib: split out libraryPhilipp Gesang2021-11-151-0/+4
| | | | | | | Not really a satisfactorily clean split as of yet but it’s a start. Error types have been changed from anyhow to io::Error in ``lib.rs`` so as to not force an error handling crate on downstream users.
* avoid hard coding builtin namesPhilipp Gesang2021-11-111-1/+1
|
* add toggle subcommandPhilipp Gesang2021-11-101-1/+1
|
* bump versionPhilipp Gesang2021-11-101-1/+1
|
* rework error handlingPhilipp Gesang2021-11-101-0/+1
| | | | anyhow!() ftw.
* switch from lazy_static to atomicsPhilipp Gesang2021-11-101-1/+0
| | | | Yeah const fn!
* switch from getopts to clapPhilipp Gesang2021-11-101-1/+1
| | | | | In addition to the glaring lack of ergonomics the getopts crate doesn’t even build anymore.
* use lazy_static instead of raw globalPhilipp Gesang2021-11-101-0/+1
| | | | This crate would have been handy back in the days.
* switch edition to 2021Philipp Gesang2021-11-091-2/+3
| | | | The future is now!
* Silence warning for missing path for `vtcol` binaryAndrew Clemons2017-10-251-0/+1
| | | | | 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.2Philipp Gesang2017-01-221-1/+1
|
* Fix building against current rust versionsAndrew Clemons2017-01-091-0/+3
|
* vtcol.rs: reinstate usage messagePhilipp Gesang2015-05-261-1/+1
|
* cargo: silence warnings about non-conformant “keywords” arrayPhilipp Gesang2015-05-091-1/+1
|
* cargo: extend manifestPhilipp Gesang2015-05-091-2/+3
|
* vtcol.rs: add licensePhilipp Gesang2015-05-031-0/+1
|
* cargo: extend build definitionPhilipp Gesang2015-05-031-6/+9
|
* cargo: include project definitionPhilipp Gesang2015-05-031-0/+14