start-command 0.16.0

Gamification of coding, execute any command with ability to auto-report issues on GitHub
Documentation

start-command — Rust crate

Crates.io docs.rs Rust CI/CD License: Unlicense

Rust implementation of the start-command CLI. The binary is called start and behaves like the $ command from the JavaScript package.

Installation

# From crates.io:
cargo install start-command

# From source:
cd rust
cargo install --path .

Usage

start echo "Hello World"
start ls -la
start cargo test
start git status
start --list

See the project-wide README, docs/USAGE.md, docs/PIPES.md, and docs/EXAMPLES.md for the full user-facing guide and checked examples.

Development

cd rust
cargo build
cargo test
cargo fmt --all
cargo clippy --all-targets --all-features

Releases

Rust releases are published to crates.io and tagged rust-v<version> in GitHub Releases. The release title carries the [Rust] prefix, e.g. [Rust] 0.14.0, so JS and Rust releases can be told apart at a glance.

License

Released into the public domain under the Unlicense.