{"id":13579166,"url":"https://github.com/octobanana/euarel","last_synced_at":"2025-04-05T20:33:11.640Z","repository":{"id":100906198,"uuid":"160645402","full_name":"octobanana/euarel","owner":"octobanana","description":"A CLI tool for URL percent-encoding and percent-decoding text.","archived":false,"fork":false,"pushed_at":"2018-12-06T21:18:23.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-05T17:49:13.280Z","etag":null,"topics":["cli","terminal","tool"],"latest_commit_sha":null,"homepage":"https://octobanana.com/software/euarel","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/octobanana.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-12-06T08:45:12.000Z","updated_at":"2021-08-11T18:03:22.000Z","dependencies_parsed_at":"2023-06-10T16:30:42.824Z","dependency_job_id":null,"html_url":"https://github.com/octobanana/euarel","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octobanana%2Feuarel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octobanana%2Feuarel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octobanana%2Feuarel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octobanana%2Feuarel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octobanana","download_url":"https://codeload.github.com/octobanana/euarel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399867,"owners_count":20932876,"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","terminal","tool"],"created_at":"2024-08-01T15:01:37.069Z","updated_at":"2025-04-05T20:33:09.087Z","avatar_url":"https://github.com/octobanana.png","language":"C++","funding_links":[],"categories":["\u003ca name=\"cpp\"\u003e\u003c/a\u003eC++"],"sub_categories":[],"readme":"# Euarel\nA CLI tool for URL percent-encoding and percent-decoding text.\n\nEuarel is a command line tool for URL percent-encoding and percent-decoding UTF-8 encoded text.\nIt is unicode aware, so characters like `♥ = %E2%99%A5` or `π = %CF%80` are properly handled.\nWorking with the media type `application/x-www-form-urlencoded` is possible by passing the `--form` flag.\n\nExamples:\n```\neuarel --encode 'text to encode'\neuarel --decode 'text to decode'\neuarel -ef 'encode form data'\nprintf 'redirect text to encode' | euarel -e\neuarel --help\neuarel --version\n```\n\n## Build\nEnvironment:\n* Tested on Linux\n* C++17 compiler\n* CMake \u003e= 3.8\n\nLibraries:\n* my [parg](https://github.com/octobanana/parg) library, for parsing cli args, included as `./src/parg.hh`\n\nThe following shell command will build the project in release mode:\n```sh\n./build.sh -r\n```\nTo build in debug mode, run the script with the `-d` flag.\n\n## Install\nThe following shell command will install the project in release mode:\n```sh\n./install.sh -r\n```\nTo install in debug mode, run the script with the `-d` flag.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctobanana%2Feuarel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctobanana%2Feuarel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctobanana%2Feuarel/lists"}