summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-03-30bump patchv2.4.1Sebastian Thiel
2020-03-30Update currently visible entries whenever we get the chance during scanningSebastian Thiel
Otherwise entries appear stale
2020-03-30Revert attempt to use tui-react's drawing…Sebastian Thiel
…as it is consistently slower. Don't know what to do there. Fair enough.
2020-03-30Revert "use tui-react to draw text…"Sebastian Thiel
This reverts commit e8c00b70
2020-03-30cleanupSebastian Thiel
2020-03-30use tui-react to draw text…Sebastian Thiel
…for a chance to get it to be faster. Right now, it isn't though, graphemes are killing it.
2020-03-29Remove roadmap, development is a bit more 'fluid' these daysSebastian Thiel
[skip CI]
2020-03-29Bump minor versionv2.4.0Sebastian Thiel
Fixes #47
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-29Import plenty of utilities from prodash into tui-reacttui-react-v0.2.2Sebastian Thiel
2020-03-29show 'scanning' message even without key presses.Sebastian Thiel
2020-03-29Allow initial scan to be interrupted properly…Sebastian Thiel
…which requires peeling through all the layers, but it's worth it.
2020-03-29Allow deletion of files while scanning, it should yield IOerrors only; ↵Sebastian Thiel
improve 'scanning' message
2020-03-29Fix crashbug - division by zero…Sebastian Thiel
…thanks to a screenrecording, a short flash of the error is enough :D. Should remember that. Besides, div by zero is by now the most common reason for a crash.
2020-03-29Now it's way more intuitive, and you can basically do everything…Sebastian Thiel
…even though it can still panic (and I don't see why due to the alternate screen), I think one should not delete things from disk while they are being added.
2020-03-29better state handling when 'peeking' during traversal…Sebastian Thiel
…even though it's far from intuitive. Ideally, we keep the selected node.
2020-03-29Properly shutdown dua with quick-exit - solves all problemsSebastian Thiel
Interesting, how unfit code is naturally hard to use, and fit code… just fits :D
2020-03-29Surprisingly complicated to get back to normal TTY without dropping the ↵Sebastian Thiel
terminal… Problem is that undoing the RAW mode is not possible with the current implementation. We can't just force it off it seems.
2020-03-29Now there could possibly be abortable and navigatable GUI while scanning…Sebastian Thiel
…even though it will be wonky at first
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
This reverts commit 7f32fb9a Won't be required after all.
2020-03-29Another step towards isolating the event loop from needing to own the ↵Sebastian Thiel
traversal tree… …and I think I got it now.
2020-03-29Asynchronous processing of keyboard events…Sebastian Thiel
…to pave the way for async handling of initial traversal and events, that is, processing both at the same time.
2020-03-29cleanup 'quick-hack' done in 2.3.9 - much better nowSebastian Thiel
2020-03-29Fix tests by regenerating them - issue is that sym-links are not shown anymore.Sebastian Thiel
2020-03-29Add ArchLinux to README.mdmexus
2020-03-27Merge remote-tracking branch 'origin/master'Sebastian Thiel
2020-03-27Truly don't follow symlinks unless they are the only top-level path.v2.3.9Sebastian Thiel
This is a brute-force hack which won't show them at all, there certainly is better ways if we would know if we expanded paths ourselves or not.
2020-03-27Update README.mdSebastian Thiel
Say that we can also delete things.
2020-03-26And don't forget to create a directory for artifacts…v2.3.8Sebastian Thiel
2020-03-26Revert "Azure repository is super instable, and often unavailable making ↵Sebastian Thiel
this fail" This reverts commit e94f97d91f1021ef06b307c72ea6f6600cb1d375. NEED musl tools!
2020-03-26Azure repository is super instable, and often unavailable making this failSebastian Thiel
We might not need these tools anyway
2020-03-26generalize release setup for easier copy-pasteSebastian Thiel
2020-03-26bump patch levelSebastian Thiel
2020-03-26Adjust releases for master: run on tags onlySebastian Thiel
2020-03-26github releases!Sebastian Thiel
2020-03-26Considerably speed up dua interactive by allowing to use all (logical) coresSebastian Thiel
2020-03-26fix build instructionSebastian Thiel
2020-03-26journey tests still fail, newline issues, ignore for nowSebastian Thiel
2020-03-26adjust release.yml to hopefully suit duaSebastian Thiel
2020-03-26Use CHANGELOG instead of a huge section in READMESebastian Thiel