I am so used to pressing q to quit everything.
Let me know if this is not desired, because I remember using it a lot,
so if it was removed maybe there was a reason?
Co-authored-by: Chris Titus <contact@christitus.com>
* Cargo will rebuild if anything changes in src/, recursively. E.g src/commands/ is also checked
* No need to make a generic, we only use 1 backend
* Delete the imports that are no longer needed
* Replace the weird struct hack with an enum
* Delete a useless line
* The None should be explicit
* Support for non-english keyboard input
* Commit Linutil
* refactor: Improve conciseness of char passthrough
* fix: Respect shebang in script files
* refactor: More efficiently handle shebangs
* refactor: Remove unnecessary error handling
If 2 characters can be read from the file, a line must exist
* fix: Drop accidentally added file
* fix: Ensure that executable exists before displaying entry
* fix: Explicitly check if the executable is a file
* refactor: Replace unnecessary import
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* fix: Check whether the file is directly executable
* fix: Comply with rustfmt
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
---------
Co-authored-by: Andrii Dokhniak <adokhniak@gmail.com>
Co-authored-by: JustLinuxUser <JustLinuxUser@users.noreply.github.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* implement syntax highlighting for preview text
* remove errant lifetimes
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* remove errant lifetimes
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* update Cargo.lock
* only iterate over visible lines
* break lines up on init
* implement side scrolling
* Remove unnecessary #![soft_unstable]
This was accidentally left in from benching
---------
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* Fixed someone else's mistakes
* workflow now fails if clippy returns warnings
* refactor: Make base title variable constant
---------
Co-authored-by: Liam <lj3954@users.noreply.github.com>
* BIG CHANGES
* core metadata
* Added readme.md to the package
* Moved the crate back to tui
Co-authored-by: Liam <lj3954@users.noreply.github.com>
---------
Co-authored-by: Liam <lj3954@users.noreply.github.com>
* 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>
* always check if selection is a command if list is focused
* clear float widget render area before rendering content
* Update hint.rs
* Update floating_text.rs
Thanks to @jeevithakannan2 for idea
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Implement minimum size
* Update tui/src/state.rs
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
---------
Co-authored-by: Chris Titus <contact@christitus.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>