summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/help.rs
AgeCommit message (Collapse)Author
2024-01-17refactorSebastian Thiel
- show messages that indicate why sometimes key-presses are ignored - maintain previous selection in a clearer fashion - maintain seelction from glob-mode as well - switch title to `entry` as it's not only 'file's there, also directories. - also show how many entries there are visible
2024-01-17make `Shift+r` do more than 'r'Sebastian Thiel
It's more effort, which should be reflrected in the amount of work done as well, which I think is more intuitive.
2024-01-14Various updates based on the code review feedback:Piotr Wach
* Added keys to the Help page. * Starting a new traversal is blocked if another traversal is already running. * Glob search is blocked if traversal is already running.
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 ↵Sebastian Thiel
Help pane. Generally, what was called `entry` is now called `item`, consistently.
2023-12-26Keep consistent language/punctuation/case throughout the app.Piotr Wach
2023-12-26fix: avoid duplicate key input on windows (#203).Sebastian Thiel
On Windows, key-states like press/release/repeat are made available separately, which means we should avoid responding to key-releases as it would incorrectly double the actual user inputs.
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
That way, git-like globs can be used which support nice extras, like searching for directories only.
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
minor help text fix
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
Fixes #78
2020-07-23fix clippy warningsMaxim Zhukov
Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
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
…which can be followed by a crosstermion upgrade once prodash/crosstermion have caught up.
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
Fixes #45
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
No size handling for now
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
navigation
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
It's entirely different from the first one :D, incredible
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
...to be working and worth a slot on crates.io :D