summaryrefslogtreecommitdiffstats
path: root/src/interactive/app
AgeCommit message (Expand)Author
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-16Add marker for future improvement : parallel deletionSebastian Thiel
2020-03-15adapt journey tests to changed signatureSebastian Thiel
2020-03-14exit the program directly to avoid latencySebastian Thiel
2019-11-06Update all dependencies to latest versionSebastian Thiel
2019-07-26Don't follow symlinks when calculating size interactivelyVinzent Steinberg
2019-07-26Don't follow symlinks when deleting files recursivelyVinzent Steinberg
2019-07-25A single decimal slot for percentages; Fixes #26Sebastian Thiel
2019-07-25Run rustfmt; use debug_assert; rename functionSebastian Thiel
2019-07-24Use same colors in mark pane as in entries paneVinzent Steinberg
2019-07-21Show broken symlinks on the first level of iterationSebastian Thiel
2019-07-21Handle broken symlinks, they can now be deletedSebastian Thiel
2019-07-14Allow for pageup/down to work in selector pane (interactive mode)Sebastian Thiel
2019-07-14Do not follow symbolic links when iterating directories!Sebastian Thiel
2019-06-16performance improvementsv2.1.2Sebastian Thiel
2019-06-16Better progress display when deleting multiple itemsSebastian Thiel
2019-06-16Auto-restore previously selected entries; quality of life!Sebastian Thiel
2019-06-16Add 'h' and 'l' as alternative keybindingsSebastian Thiel
2019-06-15Handle symlinks in a rather brutal way.Sebastian Thiel
2019-06-15pane is now displayed during deletion; keeps last item selectedSebastian Thiel
2019-06-15This might be the first working version of deletionSebastian Thiel
2019-06-15Update num entries and bytes totalSebastian Thiel
2019-06-15better separation of concerns when iterating marked itemsSebastian Thiel
2019-06-15First half-baked version of deletion within traversal treeSebastian Thiel
2019-06-15refactorSebastian Thiel
2019-06-15First rough version of the required pieces in MarkPaneSebastian Thiel
2019-06-14first sketch of the delete-draw-loopSebastian Thiel
2019-06-14Xi'an/China: first test to fully verify deletionSebastian Thiel
2019-06-08Pune/India: Rustic way of handling the mark panes disappearanceSebastian Thiel
2019-06-08Pune/India: Don't try to go down as marked items are removedSebastian Thiel
2019-06-07Fixed Up and Down key inputs and added Left and Right for Ascent and Descent ...Sathish
2019-06-07Happier clippySebastian Thiel
2019-06-07Grapheme handling when truncating long filenamesSebastian Thiel
2019-06-07Happy clippySathish
2019-06-07move EntryMarkMap into Mark widgetSebastian Thiel
2019-06-07maintain sorting even though we have a map - each render must allocate nowSebastian Thiel
2019-06-06Know about focus in marker paneSebastian Thiel
2019-06-06Move ownership of marked entries to the MarkPaneSebastian Thiel
2019-06-06some experimentation with selection handling in the new paneSebastian Thiel