QrSync

Travis Crates.io Docs.rs Crates.io License

Utility to map lines in stdin unto command arguments to be executed

Example

sh ❯❯❯ ls -1 | lnx v 'echo $v; echo $v' Cargo.lock Cargo.lock Cargo.toml Cargo.toml LICENSE LICENSE README.md README.md src/ src/ target/ target/

Install

Travis-CI releases binaries for various architectures when a new tag is pushed: * x84-64 Linux GNU * x86-64 Linux Musl * x86-64 Darwin * x86-64 Windows * aarch64 Linux GNU * aarch64 Linux Musl * arm Linux GNU * armv7 Linux GNU

Alternatively you can install the latest tag directly from crates.io: sh ❯❯❯ cargo install lnx

Rust version

LineExec build on both stable and nighly rust.

Platforms support

LineExec has been tested on Linux and MacOSX. It builds also for Windows, but has not been tested

License

See LICENSE file.