summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2020-10-15(cargo-release) version 2.10.3v2.10.3Sebastian Thiel
2020-09-28upgrade to latest version of tuiSebastian Thiel
2020-07-27bump patch levelv2.10.2Sebastian Thiel
2020-07-24(cargo-release) version 2.10.1v2.10.1Sebastian Thiel
2020-07-22Minor style improvements to handle special caseSebastian Thiel
2020-07-22Switch to crosstermion 0.3 for tui 0.10 supportSebastian Thiel
2020-07-22use published version of tui-reactSebastian Thiel
2020-07-22Upgrade to tui 0.10 step one…tui-react-v0.10.0Sebastian Thiel
2020-07-22update to colored 2.0Sebastian Thiel
2020-07-13Speedup build times by not optimizing build dependenciesSebastian Thiel
2020-07-11Replace flume with just std::sync::mpscSebastian Thiel
2020-07-07Bump patch levelv2.9.1Sebastian Thiel
2020-07-06add windows wildcard argument support (using `wild`)Roy Ivy III
2020-07-06Cut new release: 2.9v2.9.0Sebastian Thiel
2020-07-06Don't implicitly pull in termion! Kills windows build reliably…Sebastian Thiel
2020-07-06Make interactive mode optional, allow selection of backend for windows, unixSebastian Thiel
2020-07-06Completely rid ourselves of Termion to make backend selection possibleSebastian Thiel
2020-07-06Replace termion::color with coloredSebastian Thiel
2020-07-06termcolor spends 1200 lines on handlings buffers, and it's not liking plain i...Sebastian Thiel
2020-07-06for a moment I thought 'colored' could be used, but…Sebastian Thiel
2020-07-06Always use crossterm for now just to test if it works and…Sebastian Thiel
2020-07-06Use crosstermion to create a terminal with the corresponding backendSebastian Thiel
2020-07-06convert input handling to crosstermionSebastian Thiel
2020-07-02bump patch levelv2.8.2Sebastian Thiel
2020-07-02Bring structopt back, argh doesn't support OsStringsSebastian Thiel
2020-07-02Bump patch levelv2.8.1Sebastian Thiel
2020-07-02Use 'anyhow' instead of 'failure' to simplify code and reduce bloatSebastian Thiel
2020-07-02bump minor versionv2.8.0Sebastian Thiel
2020-07-02All tests work with argh (which really needs aliases)Sebastian Thiel
2020-07-02First version of options struct based on ArghSebastian Thiel
2020-07-02upgrade byte-unit to version 4v2.7.0Sebastian Thiel
2020-07-02Cut a new minor release: 2.7Sebastian Thiel
2020-05-31bump patch levelv2.6.1Sebastian Thiel
2020-05-31Abort on panic for smaller binaries; update dependenciesSebastian Thiel
2020-05-26Optimize crate size with `cargo diet -r`Sebastian Thiel
2020-05-04Upgrade to tui 0.9v2.6.0tui-react-v0.4.0Sebastian Thiel
2020-05-04Update dependenciesSebastian Thiel
2020-04-05bump minorv2.5.0Sebastian Thiel
2020-04-03Bump tui-react version to 0.3tui-react-v0.3.0Sebastian Thiel
2020-03-30bump patchv2.4.1Sebastian Thiel
2020-03-29Bump minor versionv2.4.0Sebastian Thiel
2020-03-29Don't try to shutdown keyinput thread to not lose input eventsSebastian Thiel
2020-03-29Crossbeam channel is actually not needed in this caseSebastian Thiel
2020-03-29Now there could possibly be abortable and navigatable GUI while scanning…Sebastian Thiel
2020-03-29Also exit quickly when ctrl+c is pressedSebastian Thiel
2020-03-29Revert "Asynchronous processing of keyboard events…"Sebastian Thiel
2020-03-29Asynchronous processing of keyboard events…Sebastian Thiel
2020-03-27Truly don't follow symlinks unless they are the only top-level path.v2.3.9Sebastian Thiel
2020-03-26bump patch levelSebastian Thiel
2020-03-24updaet dependencies; bump versionv2.3.7Sebastian Thiel