summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-07-02make aliases visible in generated docsSebastian Thiel
2020-07-02Bring structopt back, argh doesn't support OsStringsSebastian Thiel
2020-07-02Use 'anyhow' instead of 'failure' to simplify code and reduce bloatSebastian 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-02Use u128 for byte sizesThomas Hurst
2020-07-01Fix inode filtering with multiple devicesThomas Hurst
2020-05-31Avoid deallocation a potentially big hashmapSebastian Thiel
2020-05-19Add windows-by-handle feature to lib.rs, where it probably has to beSebastian Thiel
2020-05-19Fix crossdev to support windows (as originally intended)Sebastian Thiel
2020-05-04Upgrade to tui 0.9v2.6.0tui-react-v0.4.0Sebastian Thiel
2020-05-04Add '-x' flag to not cross filesystemsSebastian Thiel
2020-05-04Fix cargo fmtSebastian Thiel
2020-05-04Add 'x' key to mark for deletion, without togglingSebastian Thiel
2020-05-04mild refactorSebastian Thiel
2020-04-12fix clippy lintsSebastian Thiel
2020-04-04Fix compile errors after porting commitSebastian Thiel
2020-04-04Add eighth sections to barLovecraftianHorror
2020-03-30clippySebastian Thiel
2020-03-30Update currently visible entries whenever we get the chance during scanningSebastian Thiel
2020-03-29Don't try to shutdown keyinput thread to not lose input eventsSebastian Thiel
2020-03-29first step towards support aync/channel based input eventsSebastian Thiel
2020-03-29Toggle help for entries and mark paneSebastian Thiel
2020-03-29navigation help for 'help' pane :DSebastian Thiel
2020-03-29auto-help which follows through the panesSebastian Thiel
2020-03-29Crossbeam channel is actually not needed in this caseSebastian Thiel
2020-03-29show 'scanning' message even without key presses.Sebastian Thiel
2020-03-29Allow initial scan to be interrupted properly…Sebastian Thiel
2020-03-29Allow deletion of files while scanning, it should yield IOerrors only; improv...Sebastian Thiel
2020-03-29Fix crashbug - division by zero…Sebastian Thiel
2020-03-29Now it's way more intuitive, and you can basically do everything…Sebastian Thiel
2020-03-29better state handling when 'peeking' during traversal…Sebastian Thiel
2020-03-29Properly shutdown dua with quick-exit - solves all problemsSebastian Thiel
2020-03-29Surprisingly complicated to get back to normal TTY without dropping the termi...Sebastian Thiel
2020-03-29Now there could possibly be abortable and navigatable GUI while scanning…Sebastian Thiel
2020-03-29Assure we keep display state changesSebastian Thiel
2020-03-29remove now unused methodSebastian Thiel
2020-03-29phase one of refactoring nearly completeSebastian Thiel
2020-03-29Also exit quickly when ctrl+c is pressedSebastian Thiel
2020-03-29On the way to separating traversal from application stateSebastian Thiel
2020-03-29Revert "Asynchronous processing of keyboard events…"Sebastian Thiel
2020-03-29Another step towards isolating the event loop from needing to own the travers...Sebastian Thiel
2020-03-29Asynchronous processing of keyboard events…Sebastian Thiel
2020-03-29cleanup 'quick-hack' done in 2.3.9 - much better nowSebastian Thiel
2020-03-27Truly don't follow symlinks unless they are the only top-level path.v2.3.9Sebastian Thiel
2020-03-26Considerably speed up dua interactive by allowing to use all (logical) coresSebastian Thiel
2020-03-24Update to filesize v0.2Thomas Hurst
2020-03-16Now we are truly single-threaded when threads = 1Sebastian Thiel
2020-03-16Add marker for future improvement : parallel deletionSebastian Thiel
2020-03-16jwalk 0.5 has landed - now we don't follow symlinks during traversal!Sebastian Thiel