summaryrefslogtreecommitdiffstats
path: root/src/interactive/app
AgeCommit message (Expand)Author
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-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-20Show error message on empty search resultPiotr 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-13minior refactorSebastian Thiel
2023-12-12Refactors AppState initialization during app startupPiotr Wach
2023-12-09assure sorting of entry-counts takes files into consideration.Sebastian Thiel
2023-12-09refactorSebastian Thiel
2023-12-08Adds keybinding for 'c' to toggle sorting by number of itemsPiotr Wach
2023-12-08Fix visual changesPiotr Wach
2023-11-24Adds keybinding 'm' to toggle sorting by modified timePiotr Wach
2023-05-05thanks clippySebastian Thiel
2023-02-05Draw window before processing events, fixes #143Ferdia McKeogh
2022-09-12feat: Automatically resize if the terminal changes in size. (#28)Sebastian Thiel
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-09-18Fix deletion process on Rust 1.55Boris-Chengbiao Zhou
2021-08-22Support Home/End and fix inconsistent help textKid
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-30Refactor: deduplicate codeFederico Stra
2021-06-27Implement Ctrl+t move to trashFederico Stra
2021-06-05refactorSebastian Thiel
2021-06-05refactorSebastian Thiel
2021-05-29thanks clippySebastian Thiel
2021-02-15Enforce drawing once after traversal is doneSebastian Thiel
2021-02-15Keep selecting the first element during iteration unless…Sebastian Thiel