See: https://github.com/LoggedFuSkater/standard/blob/master/README.MD
- Install rust: https://www.rust-lang.org/tools/install
- Run
cargo build --release
- The executable is found in
{REPO}/target/release/
- Move the executable to your
bin/
of choice
Standard call:
> lfs "text goes here"
StupidlyScaredPerson
With padding:
> lfs -p 3 "text goes here"
StupidlyScaredPerson8CB0CB
By piping:
> echo "text goes here" | lfs
StupidlyScaredPerson
Piping with padding:
> echo "text goes here" | lfs -p 3
StupidlyScaredPerson8CB0CB