{"id":18441390,"url":"https://github.com/arsenlosenko/xiny","last_synced_at":"2026-04-28T13:34:10.092Z","repository":{"id":257671738,"uuid":"173630321","full_name":"arsenlosenko/xiny","owner":"arsenlosenko","description":"CLI tool to browse Learn X in Y Minutes https://learnxinyminutes.com/","archived":false,"fork":false,"pushed_at":"2019-03-24T08:37:20.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T13:02:19.545Z","etag":null,"topics":["bash","cli"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/arsenlosenko.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":"2019-03-03T21:10:21.000Z","updated_at":"2025-01-22T16:34:31.000Z","dependencies_parsed_at":"2024-09-18T03:06:45.197Z","dependency_job_id":null,"html_url":"https://github.com/arsenlosenko/xiny","commit_stats":null,"previous_names":["arsenlosenko/xiny"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arsenlosenko/xiny","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenlosenko%2Fxiny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenlosenko%2Fxiny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenlosenko%2Fxiny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenlosenko%2Fxiny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsenlosenko","download_url":"https://codeload.github.com/arsenlosenko/xiny/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsenlosenko%2Fxiny/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32383341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bash","cli"],"created_at":"2024-11-06T06:37:16.903Z","updated_at":"2026-04-28T13:34:10.061Z","avatar_url":"https://github.com/arsenlosenko.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## xiny - Learn X in Y Minutes CLI tool\n\n[Learn X in Y minutes](https://learnxinyminutes.com/) is a nice resource for reference or introduction to many languages. It helps to quickly grasp syntax of language and how it behaves. Inspired by `man` utility and [cheat.sh](http://cheat.sh/) I created small bash script which fetches example code from the website right into your terminal.\n\n### Usage\nIt's pretty straightforward:\n\n```bash\n# download script\ncurl -O https://raw.githubusercontent.com/arsenlosenko/xiny/master/xiny\n\n# you can use plain old bash\nbash xiny python\n\n# or make this file executable:\nchmod +x xiny\n./xiny python\n\n# and go even further, by creating an alias, so it could be called from anywhere easily:\nalias xiny=\"$PWD/xiny\"\n\n# to make it usable throughout your system you can also copy executable into /usr/local/bin/ and /usr/bin/\ncp xiny /usr/bin/\ncp xiny /usr/local/bin/\n\n# and use it\nxiny python\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsenlosenko%2Fxiny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsenlosenko%2Fxiny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsenlosenko%2Fxiny/lists"}