Extracting commands from README markdown file. This is Rust version of "I read you (ireadu)".
Supported on Linux and Windows Subsystems for Linux.
$ curl --silent https://raw.githubusercontent.com/s2terminal/i-read/main/install.sh | sudo /bin/shor get binary.
$ rm --interactive /usr/local/bin/iread$ rustup target add `uname --machine`-unknown-linux-musl
$ cargo build --release --target `uname --machine`-unknown-linux-musl
$ sudo mv ./target/`uname --machine`-unknown-linux-musl/release/i-read /usr/local/bin/iread$ iread
$ iread ./CONTRIBUTING.mdMore usage information can be obtained from $ iread --help.
$ pwd
$ ls -la
> w
>idgit clone and run this.
$ cargo runYou can use also Docker and VS Code Remote Container for developing without installing Rust in your environment.
$ cargo check
$ cargo test
$ cargo fmt --check
$ cargo clippy$ cargo outdated --depth 1MIT.