{"id":23392108,"url":"https://github.com/bww/urlencode","last_synced_at":"2025-04-11T10:21:51.247Z","repository":{"id":57557806,"uuid":"145588940","full_name":"bww/urlencode","owner":"bww","description":"A command line tool for manipulating URL-encoded query strings","archived":false,"fork":false,"pushed_at":"2023-05-29T13:37:05.000Z","size":17,"stargazers_count":16,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T05:08:03.081Z","etag":null,"topics":["cli","golang","query-params","query-params-parsing","url","urlencode"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bww.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-21T16:12:59.000Z","updated_at":"2024-04-04T03:18:59.000Z","dependencies_parsed_at":"2024-06-20T04:21:38.894Z","dependency_job_id":"ca2a220b-325e-49b5-b0c6-5c673a8ac29b","html_url":"https://github.com/bww/urlencode","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bww%2Furlencode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bww%2Furlencode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bww%2Furlencode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bww%2Furlencode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bww","download_url":"https://codeload.github.com/bww/urlencode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230793635,"owners_count":18281094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","golang","query-params","query-params-parsing","url","urlencode"],"created_at":"2024-12-22T04:28:25.596Z","updated_at":"2024-12-22T04:28:26.142Z","avatar_url":"https://github.com/bww.png","language":"Go","readme":"# URL Encode/Decode\n\nA command line tool for manipulating URL-encoded query strings.\n\n### URL-encode standard input\n```\n$ echo -n '@#$%^\u0026*' | urlenc enc\n%40%23%24%25%5E%26%2A\n```\n\n### URL-decode standard input\n```\n$ echo -n '%40%23%24%25%5E%26%2A' | urlenc dec\n@#$%^\u0026*\n```\n\n### Display a query string as a list\n```\n$ echo -n 'foo=bar\u0026fizz=buzz' | urlenc list\nfizz: buzz\n foo: bar\n```\n\n### Encode a list as a query string\n```\n$ urlenc query \u003c\u003cEOF\n\u003e fizz: buzz\n\u003e  foo: bar\n\u003e EOF\nfizz=buzz\u0026foo=bar\n```\n\n## Installing\nInstall via `go get` like so:\n\n```\n$ go get github.com/bww/urlencode/cmd/urlenc\n```\n\n## Building\nTo build the tools:\n```\n$ make\n```\n\nTo install the tools in `$GOPATH/bin`:\n```\n$ make install\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbww%2Furlencode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbww%2Furlencode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbww%2Furlencode/lists"}