summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
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
2020-03-24Update to filesize v0.2Thomas Hurst
2020-03-16bump patch levelv2.3.6Sebastian Thiel
2020-03-16potentially faster release binaries; smaller release binariesSebastian Thiel
2020-03-16jwalk 0.5 has landed - now we don't follow symlinks during traversal!Sebastian Thiel
2020-03-15Bump patch levelv2.3.5Sebastian Thiel
2020-03-15Revert "Upgrade to jwalk 0.5; stop following symlinks during traversal"Sebastian Thiel
2020-03-15Upgrade to jwalk 0.5; stop following symlinks during traversalv2.3.4Sebastian Thiel
2020-03-15minor update: itertoolsSebastian Thiel
2020-03-15Bump patch level; update dependenciesSebastian Thiel
2020-03-14bump versiov2.3.3Sebastian Thiel
2020-02-25Add license file to TUI-react; include it in dua, update dependenciesv2.3.2tui-react-v0.2.1Sebastian Thiel