Registry / utility / apparentlymart-go-shquot

apparentlymart-go-shquot

JSON →
library0.0.1gogounverified

A Go library for quoting strings for use in shell commands.

go get github.com/apparentlymart/go-shquot
INSTALL
IMPORT
SIG · APPARENTLYMART-GO-
A
apparentlymart-go-shquot
utilitygov0.0.1
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.

shquot
github.com/apparentlymart/go-shquot

Quotes a string for safe use in a shell command.

package main import ( "fmt" "github.com/apparentlymart/go-shquot" ) func main() { quoted := shquot.ShellQuote("hello world") fmt.Println(quoted) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Meta
1
Resources
apparentlymart-go-shquot — go get apparentlymart-go-shquot · libregistry