Registry / utility / alessio-shellescape

alessio-shellescape

JSON →
library1.6.0gogounverified

Package shellescape provides the Quote function to escape arbitrary strings for safe use as POSIX shell command line arguments.

go get github.com/alessio/shellescape
INSTALL
IMPORT
SIG · ALESSIO-SHELLESCAP
A
alessio-shellescape
utilitygov1.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

shellescape
github.com/alessio/shellescape

Escapes a string for safe use in a POSIX shell command.

package main import ( "fmt" "github.com/alessio/shellescape" ) func main() { fmt.Println(shellescape.Quote("hello world")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Meta
1
OpenAI (training)
1
Resources
alessio-shellescape — go get alessio-shellescape · libregistry