summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/help.rs
AgeCommit message (Expand)Author
2024-01-17refactorSebastian Thiel
2024-01-17make `Shift+r` do more than 'r'Sebastian Thiel
2024-01-14Various updates based on the code review feedback:Piotr Wach
2024-01-09feat: show and hide mtime and item count columns with 'M' and 'C' respectivelyPiotr Wach
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-23use `gix-glob` for matching; support for matching dirs only.Sebastian Thiel
2023-12-19Implements glob search modePiotr Wach
2023-12-09upgrade to latest crossterm; switch to `ratatui` from `tui`Sebastian Thiel
2023-12-08Adds keybinding for 'c' to toggle sorting by number of itemsPiotr Wach
2023-11-24Adds keybinding 'm' to toggle sorting by modified timePiotr Wach
2023-05-02Added additional clarification for deleting help files.Per Sommer
2023-02-22Update help.rsYuri Astrakhan
2022-01-20Add documentationOmnikar
2021-08-22Support Home/End and fix inconsistent help textKid
2021-07-13Make the trash feature optionalLewis Cook
2021-06-27Implement Ctrl+t move to trashFederico Stra
2021-04-21Fix help menu typoJack Youstra
2021-02-15Add bindings 'H' and 'G' to go to the top/bottom of any paneSebastian Thiel
2020-07-23fix clippy warningsMaxim Zhukov
2020-07-22Help is back to normalSebastian Thiel
2020-07-22Help looks better now, but is far from 'normal'Sebastian Thiel
2020-07-22Switch to crosstermion 0.3 for tui 0.10 supportSebastian Thiel
2020-07-22Upgrade to tui 0.10 step oneā€¦tui-react-v0.10.0Sebastian Thiel
2020-07-06convert input handling to crosstermionSebastian Thiel
2020-05-04Upgrade to tui 0.9v2.6.0tui-react-v0.4.0Sebastian Thiel
2020-05-04Fix cargo fmtSebastian Thiel
2020-05-04Add 'x' key to mark for deletion, without togglingSebastian Thiel
2020-03-29navigation help for 'help' pane :DSebastian Thiel
2020-02-01Update tui to 0.8Sebastian Thiel
2019-06-16Add 'h' and 'l' as alternative keybindingsSebastian Thiel
2019-06-15First half-baked version of deletion within traversal treeSebastian Thiel
2019-06-08Pune/India: Make help window pretty againSebastian 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-07Only show hotkey for deletion when focus is on the mark paneSebastian Thiel
2019-06-06some experimentation with selection handling in the new paneSebastian Thiel
2019-06-06reactor help: move event handling closer to where it belongsSebastian Thiel
2019-06-06The first incarnation of the mark windowSebastian Thiel
2019-06-06Let's not get ahead of ourselves ;)Sebastian Thiel
2019-06-06better helpSebastian Thiel
2019-06-06Coloring for marked entriesSebastian Thiel
2019-06-06refactorSebastian Thiel
2019-06-05more hotkeysSebastian Thiel
2019-06-05fix sorting; add some alternate keysSebastian Thiel
2019-06-05Add tui-react as library - it's proven (enough)...Sebastian Thiel