linutil/tui/src
Liam a5b3df0776
Refactor various components of Rust code (#490)
* refactor: Simplify hint code, replacing while loop with fold iterator

* refactor: Add spacing to lines in a separate function

* refactor: Replace if let with map_or for better readability

* refactor: Remove unnecessary duplicate body from is_cmd function

* refactor: Create generic function to replace duplicate get_selected code

* refactor: Remove duplicate code, remove unnecessary nesting

* refactor: Move style into its own variable

* refactor: Use constants for min width and height

* refactor: Remove pointless duplicate variable

---------

Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-19 13:18:55 -05:00
..
filter.rs Merge remote-tracking branch 'upstream/main' into restructure_linutil 2024-09-11 15:21:50 -07:00
float.rs Refactor various components of Rust code (#490) 2024-09-19 13:18:55 -05:00
floating_text.rs feat: Multi selection and installation (#338) 2024-09-19 13:15:30 -05:00
hint.rs Refactor various components of Rust code (#490) 2024-09-19 13:18:55 -05:00
main.rs exit on control-c chord, don't exit preview on q keypress, remove superfluous screen clear and cursor position reset 2024-09-13 12:27:34 -07:00
running_command.rs feat: Multi selection and installation (#338) 2024-09-19 13:15:30 -05:00
state.rs Refactor various components of Rust code (#490) 2024-09-19 13:18:55 -05:00
theme.rs feat: Multi selection and installation (#338) 2024-09-19 13:15:30 -05:00