GitXplorerGitXplorer
c

lnx

public
7 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
9537b57700cdf54b73882ae1cc84028c33a52032

Format code

ccrisidev committed 3 years ago
Verified
d753e492bf93385a8c6e802b7e7d892cdf7cb291

Release v1.0.0

ccrisidev committed 3 years ago
Verified
86f211197a33cb7409319a7f5a56ee91aa94ff99

Upgrade lnx to rust 2021

ccrisidev committed 3 years ago
Unverified
6730bc179f922f74c392f8076fbbbbc171ded212

Release v0.1.2

ccrisidev committed 3 years ago
Unverified
d918e7e37498ee7223feec1722ffa0e560f8bff4

Switch to Github actions

ccrisidev committed 3 years ago
Verified
8440393313d9b6541b86244c773ef16d44acf7a6

Fix README title

ccrisidev committed 5 years ago

README

The README file for this repository.

LineExec

Release Ci Crates.io Docs.rs Crates.io License

Utility to map lines in stdin onto command arguments to be executed.

Example

❯❯❯ 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

Github Actions releases binaries for various architectures when a new tag is pushed:

  • x84-64 Linux GNU
  • x86-64 Darwin
  • aarch64 Linux GNU
  • armv7 Linux GNU

Alternatively you can install the latest tag directly from crates.io:

❯❯❯ cargo install lnx

Rust version

LineExec builds 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.