shellescape icon indicating copy to clipboard operation
shellescape copied to clipboard

Escape arbitrary strings for use as command line arguments

Results 3 shellescape issues
Sort by recently updated
recently updated
newest added

In the event that it is desired that variables be parsed by the shell in the resulting string of e.g. .Quote() but it is otherwise escaped/sanitized, an additional set of...

```console $ go get gopkg.in/alessio/shellescape.v1 go: downloading gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61 go: added gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61 $ go get github.com/alessio/shellescape go: downloading github.com/alessio/shellescape v1.4.2 go: added github.com/alessio/shellescape v1.4.2 ```

## Summary by CodeRabbit - **Tests** - Added a test to verify correct quoting of strings containing backticks.