/pretty-exec

Print a command and then execute it

Primary LanguageRustMIT LicenseMIT

Pretty Exec

Test Travis Build Status

Print a command and then execute it.

Usage

Print a command and then execute it

pretty-exec -- <program> [arguments]...

Print a command only

pretty-exec --skip-exec -- <program> [arguments]...

Group command output in a group in a GitHub Action logs

pretty-exec --github-actions -- <program> [arguments]...

Print help message

pretty-exec --help

Installation

cargo install pretty-exec

Just go to the release page and download suitable binary.

yay -S pretty-exec
yay -S pretty-exec-bin

License

MIT © Hoàng Văn Khải