summaryrefslogtreecommitdiffstats
path: root/src/interactive
AgeCommit message (Expand)Author
2024-01-08fmtPiotr Wach
2024-01-08clippyPiotr Wach
2024-01-08New TraversalPiotr Wach
2024-01-07fmtPiotr Wach
2024-01-07clippyPiotr Wach
2024-01-07started fixing tests...Piotr Wach
2024-01-07remove commented out codePiotr Wach
2024-01-07first working versionPiotr Wach
2024-01-07cargo fmtPiotr Wach
2024-01-07Update entriesPiotr Wach
2024-01-07wipPiotr Wach
2024-01-07Clean-up init functionPiotr Wach
2024-01-07Move ByteFormat out of WalkOptionsPiotr Wach
2024-01-07Move AppState to separate filePiotr Wach
2024-01-07Move TerminalApp to separate filePiotr Wach
2024-01-06Scan disabledPiotr Wach
2024-01-06No Interactive enumPiotr Wach
2024-01-05refactorSebastian Thiel
2024-01-05Optimize UI responsiveness during scanning stateCyandev
2024-01-03Use `gix-path` for more control and performance.Sebastian Thiel
2023-12-27Merge branch 'logging'Sebastian Thiel
2023-12-27enforce Rust 2021 styleSebastian Thiel
2023-12-27fix: consistent language across the application and improved style of the Hel...Sebastian Thiel
2023-12-26Keep consistent language/punctuation/case throughout the app.Piotr Wach
2023-12-26fix: avoid duplicate key input on windows (#203).Sebastian Thiel
2023-12-26upgrade to latest verison of tui-crates and native crossterm events. (#203)Sebastian Thiel
2023-12-25fix: keep checking for existance of entries outside of the glob top-level.Sebastian Thiel
2023-12-23use `gix-glob` for matching; support for matching dirs only.Sebastian Thiel
2023-12-23remove treeview abstraction in favor of something simplerSebastian Thiel
2023-12-23refactor glob widgetSebastian Thiel
2023-12-22more copy-on-write for entriesSebastian Thiel
2023-12-22refactor shorteningSebastian Thiel
2023-12-22thanks clippySebastian Thiel
2023-12-20Shorten long paths so that they fit on the screenPiotr Wach
2023-12-20Show error message on empty search resultPiotr Wach
2023-12-20Glob most used keysPiotr Wach
2023-12-20Fix formattingPiotr Wach
2023-12-20Fix cursor renderingPiotr Wach
2023-12-19Small code review fixesPiotr Wach
2023-12-19Use appropriate tree view when listing entriesPiotr Wach
2023-12-19Replace EntryData in EntryDataBundle with individual propertiesPiotr Wach
2023-12-19Implements glob search modePiotr Wach
2023-12-13make clear why roots were special cased, and try to restore that behaviour.Sebastian Thiel
2023-12-13Adds the missing '/' prefix for root directoriesPiotr Wach
2023-12-13minior refactorSebastian Thiel
2023-12-12Refactors AppState initialization during app startupPiotr Wach
2023-12-10Merge branch 'main_windows_render_refactor'Sebastian Thiel
2023-12-10refactorSebastian Thiel
2023-12-10refactorSebastian Thiel
2023-12-10Calculates mark pane item count consistently with the rest of the appPiotr Wach