* 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>
* Added nvim version check
* Moved the check to a func
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
---------
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
* increase synergy between scripts
* Fix newlines Fix packagers etc
* fix an issue with no new line being created
* fix formatting
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* fix extra comma
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* change to ()
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* change to ()
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* change to ()
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* change to ()
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* remove extra comma
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* remove "please"
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* add support for caps
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* add support for caps
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* add support for caps
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* remove \n and make the default option "N"
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* add an extra quote
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* add extra quotes
* fix remaining sn
* fix remaining new lines
---------
Co-authored-by: nnyyxxxx <nnyyxxxx@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>