{"id":53046,"library":"codeskyblue-go-sh","title":"go-sh","description":"Package go-sh is intended to make shell call with golang more easily.","status":"active","version":"0.0.0-20250509230738-c29da582b0f5","language":"go","source_language":null,"source_url":"https://github.com/codeskyblue/go-sh","tags":["shell","command","exec"],"install":[{"cmd":"go get github.com/codeskyblue/go-sh","lang":"bash","label":"Install github.com/codeskyblue/go-sh"}],"dependencies":[],"imports":[{"symbol":"sh","correct":"github.com/codeskyblue/go-sh"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/codeskyblue/go-sh\"\n)\n\nfunc main() {\n\tout, err := sh.Command(\"echo\", \"hello\").Output()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(string(out))\n}","lang":"go","description":"Runs a shell command and captures its output."},"warnings":[],"env_vars":null,"search_vec":"'call':13 'command':19 'easili':17 'exec':20 'go':2,6 'go-sh':1,5 'golang':15 'intend':9 'make':11 'packag':4 'sh':3,7 'shell':12,18","created_at":"2026-06-15T07:24:49.841354+00:00","updated_at":"2026-06-15T07:24:49.841354+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/codeskyblue/go-sh","github":"https://github.com/codeskyblue/go-sh","docs":"https://pkg.go.dev/github.com/codeskyblue/go-sh#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","cli"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}