mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
aca42f2411
* 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> |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml | ||
cool_tips.txt |