linutil/tui/src
nyx 5878f4dbf0
implement fish like tab completion (#767)
* implement fish like tab completion

* grey the pv out and convert to lowercase

* run fmt

* do not tabcomplete if the user hits enter

* fix

* fix lints

* run docgen

---------

Co-authored-by: nyx <nnyyxxxx@users.noreply.github.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2024-11-01 16:01:01 -05:00
..
confirmation.rs do not exit linutil in confirmation prompt when q is pressed (#758) 2024-10-31 13:49:08 -05:00
filter.rs implement fish like tab completion (#767) 2024-11-01 16:01:01 -05:00
float.rs Feat: confirmation prompts (#687) 2024-09-30 16:48:22 -05:00
floating_text.rs dont allow scrolling when last line is visible (#729) 2024-10-31 13:37:01 -05:00
hint.rs organize shortcut list into a grid-like-pattern (#721) 2024-10-31 13:25:16 -05:00
main.rs Feat: confirmation prompts (#687) 2024-09-30 16:48:22 -05:00
running_command.rs chore: Add spacing before and after for tui titles (#706) 2024-10-31 14:14:17 -05:00
state.rs chore: Add spacing before and after for tui titles (#706) 2024-10-31 14:14:17 -05:00
theme.rs feat: Multi selection and installation (#338) 2024-09-19 13:15:30 -05:00