{"id":20418194,"url":"https://github.com/waldirborbajr/urlencode","last_synced_at":"2025-03-05T04:15:13.207Z","repository":{"id":207617607,"uuid":"719684815","full_name":"waldirborbajr/urlencode","owner":"waldirborbajr","description":"A command line tool for manipulating URL-encoded query strings","archived":false,"fork":false,"pushed_at":"2024-02-19T14:35:48.000Z","size":25,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T14:13:01.393Z","etag":null,"topics":["cli","hackertoberfest","rust","urlencode"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waldirborbajr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-11-16T17:30:22.000Z","updated_at":"2024-04-04T03:18:53.000Z","dependencies_parsed_at":"2024-11-21T03:31:10.187Z","dependency_job_id":null,"html_url":"https://github.com/waldirborbajr/urlencode","commit_stats":null,"previous_names":["waldirborbajr/urlencode"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waldirborbajr%2Furlencode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waldirborbajr%2Furlencode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waldirborbajr%2Furlencode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waldirborbajr%2Furlencode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waldirborbajr","download_url":"https://codeload.github.com/waldirborbajr/urlencode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241960888,"owners_count":20049344,"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","hackertoberfest","rust","urlencode"],"created_at":"2024-11-15T06:30:18.411Z","updated_at":"2025-03-05T04:15:13.189Z","avatar_url":"https://github.com/waldirborbajr.png","language":"Rust","readme":"\n# urlencode - A command line tool for manipulating URL-encoded query strings\n\n[![Lint](https://github.com/waldirborbajr/urlencode/actions/workflows/linter.yaml/badge.svg)](https://github.com/waldirborbajr/urlencode/actions/workflows/linter.yaml)\n[![CI](https://github.com/waldirborbajr/urlencode/actions/workflows/ci.yaml/badge.svg)](https://github.com/waldirborbajr/urlencode/actions/workflows/ci.yaml)\n[![Release](https://github.com/waldirborbajr/urlencode/actions/workflows/release.yaml/badge.svg)](https://github.com/waldirborbajr/urlencode/actions/workflows/release.yaml)\n[![Security audit](https://github.com/waldirborbajr/urlencode/actions/workflows/audit.yaml/badge.svg)](https://github.com/waldirborbajr/urlencode/actions/workflows/audit.yaml)\n[![Release to crates.io](https://github.com/waldirborbajr/urlencode/actions/workflows/crates.yaml/badge.svg)](https://github.com/waldirborbajr/urlencode/actions/workflows/crates.yaml)\n\n## Overview\n\nA simple command line tool written in Rust programming language. It serializes to and [not yet] deserializes, from the application/x-www-form-urlencoded format.\n\n## Usage\n\nTo use urlencode, follow these steps:\n\n1. Navigate to the root directory of your Git repository in the terminal.\n\n2. Run the following command:\n\n```bash\nurlencode\n```\n\nThis command will execute the tool and perform the following operations:\n\n1. Add all files recursively to the Git repository.\n2. Commit all changes with a randomly generated commit message.\n3. Push the changes to the remote repository (origin main branch).\n\n## Installation\n\n### Pre-Built Binary\n\nEach release comes with pre-built binaries of several platforms. Grab it from [Github Releases](https://github.com/waldirborbajr/urlencode/releases).\n\n### From source\n\nMake sure you have Rust installed, then:\n\nTo build and install this, you'll need Rust and Cargo installed on your system. If you haven't already, you can install Rust by following the instructions on the official [Rust website](https://www.rust-lang.org/tools/install).\n\nOnce Rust is installed, you can proceed with the following steps:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/waldirborbajr/urlencode.git\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd urlencode\n```\n\n3. Build the project using Cargo:\n\n```bash\ncargo build --release\n```\n\n4. Install the binary:\n\n```bash\ncargo install --path .\n```\n\n## Dependencies\n\n- `clap`\n\n- `urlencoding`\n\n## Contributing to urlencode\n\nIf you are interested in contributing to urlencode, we would love to have your help! You can start by checking out the [ open issues ](https://github.com/waldirborbajr/urlencode/issues) on our GitHub repository to see if there is anything you can help with. You can also suggest new features or improvements by opening a new issue.\n\nTo contribute code to urlencode, you will need to fork the repository and create a new branch for your changes. Once you have made your changes, you can submit a pull request for them to be reviewed and merged into the main codebase.\n\n## License\n\nThis project is released under the MIT License - see the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaldirborbajr%2Furlencode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaldirborbajr%2Furlencode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaldirborbajr%2Furlencode/lists"}