mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Replace CI badge in Readme
This commit is contained in:
parent
005b7a33c5
commit
3cfccb1792
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# wordexp
|
# wordexp
|
||||||
|
|
||||||
[](https://rubygems.org/gems/wordexp)
|
[](https://rubygems.org/gems/wordexp)
|
||||||
[](https://app.circleci.com/pipelines/github/samsonjs/wordexp?branch=main)
|
[](https://github.com/samsonjs/wordexp/actions/workflows/ci.yml?query=branch%3Amain)
|
||||||
[](https://0dependencies.dev)
|
[](https://0dependencies.dev)
|
||||||
|
|
||||||
A Ruby gem for performing shell word expansion using [wordexp][]. It's like [Shellwords][] turned up to 11. Not only does it split taking quotes into account, but it also expands environment variables and tildes, and runs subcommands in `` `backticks` `` or `$(dollar parentheses)`.
|
A Ruby gem for performing shell word expansion using [wordexp][]. It's like [Shellwords][] turned up to 11. Not only does it split taking quotes into account, but it also expands environment variables and tildes, and runs subcommands in `` `backticks` `` or `$(dollar parentheses)`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue