rstrings is tool that allows you to print n long sequence of printable characters appearing side by side inside any file.
| Option | Short | Explanation |
|---|---|---|
| show-index | i | Shows index of the first character in the sequence |
| no-color | None | Choosing that will result printing output without colorizing |
| sequence-length | n | Specifies minimum length of the printable characters sequence (default 4) |
- any linux distro (tested on ArchLinux)
- rust compiler
git clone https://github.com/Kameleon-07/rstrings.git
cd rstrings
cargo install --path .
strip ~/.cargo/bin/rstrings
git clone https://github.com/Kameleon-07/rstrings.git
cd rstrings
cargo build --release
(optional but recommended) strip target/release/rstrings
sudo cp target/release/rstrings /usr/local/bin



