{"id":18597028,"url":"https://github.com/focusaurus/cody","last_synced_at":"2025-04-10T17:30:45.069Z","repository":{"id":141309082,"uuid":"141097159","full_name":"focusaurus/cody","owner":"focusaurus","description":"Command Line Transcoder Utility","archived":false,"fork":false,"pushed_at":"2023-10-15T21:11:55.000Z","size":21,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-10T19:43:04.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/focusaurus.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}},"created_at":"2018-07-16T06:41:50.000Z","updated_at":"2023-11-13T17:50:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dbb7eae-8196-4912-a39a-aabcdb97391e","html_url":"https://github.com/focusaurus/cody","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusaurus%2Fcody","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusaurus%2Fcody/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusaurus%2Fcody/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusaurus%2Fcody/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/focusaurus","download_url":"https://codeload.github.com/focusaurus/cody/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223441715,"owners_count":17145636,"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":[],"created_at":"2024-11-07T01:26:42.625Z","updated_at":"2024-11-07T01:26:43.180Z","avatar_url":"https://github.com/focusaurus.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cody: Command Line Transcoder\n\nThis is a small utility for converting between common data encoding format.\n\n**Usage**: `cody input-format output-format`.\n\nInput data is read from standard input. Transcoded output is written to standard output.\n\n## Examples\n\n```sh\nprintf fe | cody hexadecimal decimal\n254\nprintf 254 |cody decimal hexadecimal\nfe\n```\n\n```sh\nprintf \"Hello, Cody!\" | cody binary base64  \nSGVsbG8sIENvZHkh\nprintf SGVsbG8sIENvZHkh | cody base64 binary\nHello, Cody!\n```\n\n```sh\nprintf 07ff | cody hexadecimal base64\nB/8=\n```\n\n## Supported Conversions\n\n* binary to hexadecimal\n* binary to base64\n* binary to decimal\n* hexadecimal to binary\n* hexadecimal to base64\n* hexadecimal to decimal\n* base64 to binary\n* base64 to hexadecimal\n* decimal to binary\n* decimal to hexadecimal\n* decimal to base64\n\n## Command line format abbreviations\n\nIf you're into that whole brevity thing:\n\n* hex\n* dec\n* bin\n* 64\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffocusaurus%2Fcody","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffocusaurus%2Fcody","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffocusaurus%2Fcody/lists"}