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/sh
or 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.md
More usage information can be obtained from $ iread --help
.
$ pwd
$ ls -la
> w
>id
git clone and run this.
$ cargo run
You can use also Docker and VS Code Remote Container for developing without installing Rust in your environment.
$ cargo check
$ cargo outdated --depth 1
MIT.