summaryrefslogtreecommitdiffstats
path: root/src/interactive
AgeCommit message (Expand)Author
2022-09-12feat: Automatically resize if the terminal changes in size. (#28)Sebastian Thiel
2022-06-14restyle for compatibility with 'light' color schemesSam Mason
2022-02-21Adjust to changes in clapSebastian Thiel
2022-01-21feat: interactive mode learns 'toggle [a]ll' and 'remove [a]ll'.Sebastian Thiel
2022-01-20Add documentationOmnikar
2022-01-20Add `a` key to toggle marked status of all entriesOmnikar
2021-12-27feat: Add `--ignore-dirs` option, with useful default on linux (#116)Sebastian Thiel
2021-10-26thanks clippySebastian Thiel
2021-09-18Fix deletion process on Rust 1.55Boris-Chengbiao Zhou
2021-08-22Merge branch 'style'Sebastian Thiel
2021-08-22Support Home/End and fix inconsistent help textKid
2021-08-22Improve mark widget tip styleKid
2021-07-30thanks clippySebastian Thiel
2021-07-14Merge branch 'optional-trash'Sebastian Thiel
2021-07-14disable test that now starts failing on windows even though…Sebastian Thiel
2021-07-14refactorSebastian Thiel
2021-07-13Make the trash feature optionalLewis Cook
2021-06-30cargo fmtSebastian Thiel
2021-06-30thanks clippySebastian Thiel
2021-06-30Add mark pane prompt message for ctrl + tSebastian Thiel
2021-06-30Refactor: deduplicate codeFederico Stra
2021-06-27Implement Ctrl+t move to trashFederico Stra
2021-06-08Print marked items upon exit if these are left in the marked paneSebastian Thiel
2021-06-05refactorSebastian Thiel
2021-06-05refactorSebastian Thiel
2021-05-29thanks clippySebastian Thiel
2021-04-21Fix help menu typoJack Youstra
2021-02-15Enforce drawing once after traversal is doneSebastian Thiel
2021-02-15Keep selecting the first element during iteration unless…Sebastian Thiel
2021-02-15thanks clippySebastian Thiel
2021-02-15Add bindings 'H' and 'G' to go to the top/bottom of any paneSebastian Thiel
2020-11-02Show 'scanning' note even without entering a directorySebastian Thiel
2020-07-23fix styling for folders (cyan=folders, not chagned - regular files)Maxim Zhukov
2020-07-23fix clippy warningsMaxim Zhukov
2020-07-22Minor style improvements to handle special caseSebastian Thiel
2020-07-22Avoid jump when cycling through byte visualizationSebastian Thiel
2020-07-22fix mark paneSebastian Thiel
2020-07-22Help is back to normalSebastian Thiel
2020-07-22Help looks better now, but is far from 'normal'Sebastian Thiel
2020-07-22Switch to crosstermion 0.3 for tui 0.10 supportSebastian Thiel
2020-07-22Merge remote-tracking branch 'origin/master'Sebastian Thiel
2020-07-22Upgrade to tui 0.10 step one…tui-react-v0.10.0Sebastian Thiel
2020-07-22Fix path construction of 'sample_02_tree' for testRoy Ivy III
2020-07-22Fix platform size difference of 'sample_01_tree' for testRoy Ivy III
2020-07-22Re-enable test, disabled accidentallySebastian Thiel
2020-07-22fix test on windows - it's breaking now since #53 is fixedSebastian Thiel
2020-07-11Replace flume with just std::sync::mpscSebastian Thiel
2020-07-07Fix color handling (causing the text to disappear); fix tty detectionSebastian Thiel
2020-07-06Skip one test on windowsSebastian Thiel
2020-07-06Completely rid ourselves of Termion to make backend selection possibleSebastian Thiel