{"id":16844200,"url":"https://github.com/bcicen/xiny","last_synced_at":"2025-03-22T05:31:18.930Z","repository":{"id":50518215,"uuid":"115635543","full_name":"bcicen/xiny","owner":"bcicen","description":"Simple command line tool for unit conversions ","archived":false,"fork":false,"pushed_at":"2023-04-02T23:15:50.000Z","size":110,"stargazers_count":42,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-18T08:48:10.273Z","etag":null,"topics":["cli","command-line","conversion","go","golang"],"latest_commit_sha":null,"homepage":"https://xiny.sh/","language":"Go","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/bcicen.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-28T15:24:29.000Z","updated_at":"2023-04-03T15:31:52.000Z","dependencies_parsed_at":"2024-06-19T01:39:39.398Z","dependency_job_id":"c09ef392-885f-4cb6-8c2b-39ab5b3ececd","html_url":"https://github.com/bcicen/xiny","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcicen%2Fxiny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcicen%2Fxiny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcicen%2Fxiny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcicen%2Fxiny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcicen","download_url":"https://codeload.github.com/bcicen/xiny/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244912800,"owners_count":20530764,"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","command-line","conversion","go","golang"],"created_at":"2024-10-13T12:54:58.381Z","updated_at":"2025-03-22T05:31:18.388Z","avatar_url":"https://github.com/bcicen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xiny\n\nA simple command line tool for converting between various units of measurement\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://xiny.sh/img/screencap.gif\" alt=\"xiny\"/\u003e\u003c/p\u003e\n\n## Install\n\nFetch the [latest release](https://github.com/bcicen/xiny/releases) for your platform:\n\n#### Linux\n\n```bash\nsudo wget https://github.com/bcicen/xiny/releases/download/v0.3.3/xiny-0.3.3-linux-amd64 -O /usr/local/bin/xiny\nsudo chmod +x /usr/local/bin/xiny\n```\n\n#### OS X\n\n```bash\nsudo curl -Lo /usr/local/bin/xiny https://github.com/bcicen/xiny/releases/download/v0.3.3/xiny-0.3.3-darwin-amd64\nsudo chmod +x /usr/local/bin/xiny\n```\n\n#### Docker\n\n```bash\ndocker run --rm -ti \\\n           --name=xiny \\\n           quay.io/vektorlab/xiny:latest\n```\n\n## Usage\n\nConversions may be passed in long form:\n```\n$ xiny 20 kilograms in pounds\n44.092452 pounds\n```\n\nor shortened form with symbols:\n```\n$ xiny 20kg in lb\n44.092452 pounds\n```\n\nUse the verbose flag(`-v`) to print the formula used for the conversion:\n```\n$ xiny -v 32C in F\ncelsius -\u003e farenheit: (x * 1.8 + 32)\n89.6 farenheit\n```\n\n### Interactive mode\n\nIf no positional arguments are provided, `xiny` will be started in interactive mode, providing a prompt for conversions with autocomplete and other useful features\n\n### Options\nOption | Description\n--- | ---\n-n | display only numeric output (exclude units)\n-v | enable more verbose output (twice for debug output)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcicen%2Fxiny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcicen%2Fxiny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcicen%2Fxiny/lists"}