Skip to content

cgwalters/rust-sh-inline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is deprecated

This crate is considered deprecated! Please use xshell instead.

Original README contents

This was forked from https://github.com/tcr/commandspec - there were various unreviewed PRs (e.g. tcr#10) and this version also has various other changes:

  • Focuses just on the macros for execution and doesn't try to include other things like killing subprocesses.
  • Documentation
  • Uses "bash strict mode" http://redsymbol.net/articles/unofficial-bash-strict-mode/
  • Supports Path objects directly (including quoting non-UTF8 values)
  • Removes non-bash macros (and Windows support) - for now

License

MIT or Apache-2.0, at your option.

About

Rust macro to build std::process::Command objects with shell syntax. Uses macro_rules! and works on stable.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%