Program to easily read files over CLI, based on my older Python project, now written in Rust.
Webpage: https://logancammish.github.io/clireader
- Head over to here and download your relevant installation script
- Ensure you have a bin directory in
~/bin
- Open a terminal and run
chmod -x [scriptname] && ./[scriptname]
alternatively (to not have the binary added to your environment PATH):
- Head over to here and download your relevant binary
- Open a terminal and run
chmod -x [binary]
- Download the executable from here
optional (to add the executable to your environment PATH):
- Open "edit system evironment variables" in Control Panel
- Press "Environment variables" and find "Path" under System variables
- Press "Edit" then "New" and add the location of the executable
- Clone this github repository (with git:
git clone https://github.com/logancammish/cli-file-reader-remake.git
) - Install Rust here
- Open the repository location in a terminal, and run
cargo build --release
- You will find your executable in
/target/release
Note: You can always roll back to an old release by downloading an older release
- Remove your binary, wherever it is located (if installed through installation script, it will be located in
~/bin
) - Follow the installation instructions again
- Remove your executable, wherever it is located
- Redownload the executable from here in the same location as the old file
- Delete the old clone
- Follow the installation instructions again
Copyright © Logan Cammish 2024
License: GPL-3.0