{"id":16471863,"url":"https://github.com/abranhe/quick-srt-cli","last_synced_at":"2025-02-28T03:21:15.872Z","repository":{"id":96043894,"uuid":"145478745","full_name":"abranhe/quick-srt-cli","owner":"abranhe","description":"Quick Sort CLI","archived":false,"fork":false,"pushed_at":"2018-08-20T23:02:53.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T13:07:11.569Z","etag":null,"topics":["algorithm","cli","quicksort","sorting-algorithms"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/abranhe.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}},"created_at":"2018-08-20T22:58:51.000Z","updated_at":"2018-10-26T04:40:22.000Z","dependencies_parsed_at":"2023-04-05T09:56:52.972Z","dependency_job_id":null,"html_url":"https://github.com/abranhe/quick-srt-cli","commit_stats":null,"previous_names":["abranhe/quick-srt-cli","abrahamhba/quick-srt-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fquick-srt-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fquick-srt-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fquick-srt-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fquick-srt-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abranhe","download_url":"https://codeload.github.com/abranhe/quick-srt-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241094243,"owners_count":19908647,"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":["algorithm","cli","quicksort","sorting-algorithms"],"created_at":"2024-10-11T12:15:01.937Z","updated_at":"2025-02-28T03:21:15.842Z","avatar_url":"https://github.com/abranhe.png","language":"JavaScript","readme":"\u003cp align=\"center\" id=\"top\"\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/quick-srt-cli\"\u003e\u003cimg src=\"https://cdn.abraham.gq/projects/quick-srt/quick-sort.gif\"\u003e\u003c/a\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/quick-srt-cli\"\u003e\u003cb\u003equick-srt-cli\u003c/b\u003e\u003c/a\u003e\n\t: quick Sort Algorithm Implementation CLI\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003c!-- Travis CI --\u003e\n\t\u003ca href=\"https://travis-ci.org/abranhe/quick-srt-cli\"\u003e\u003cimg src=\"https://img.shields.io/travis/abranhe/quick-srt-cli.svg?logo=travis\" /\u003e\u003c/a\u003e\n\t\u003c!-- LICENSE --\u003e\n\t\u003ca href=\"https://github.com/abranhe/quick-srt-cli/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/abranhe/quick-srt-cli.svg\" /\u003e\u003c/a\u003e\n\t\u003c!-- NPM Version --\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/quick-srt-cli\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/quick-srt-cli.svg\" /\u003e\u003c/a\u003e\n\t\u003c!-- @abranhe --\u003e\n\t\u003ca href=\"https://github.com/abranhe\"\u003e\u003cimg src=\"https://abranhe.com/badge.svg\"\u003e\u003c/a\u003e\n\t\u003c!-- Cash me --\u003e\n\t\u003ca href=\"https://cash.me/$abranhe\"\u003e\u003cimg src=\"https://cdn.abraham.gq/badges/cash-me.svg\"\u003e\u003c/a\u003e\n\t\u003c!-- Patreon --\u003e\n\t\u003ca href=\"https://www.patreon.com/abranhe\"\u003e\u003cimg src=\"https://cdn.abraham.gq/badges/patreon.svg\" /\u003e\u003c/a\u003e\n\t\u003c!-- Paypal --\u003e\n\t\u003ca href=\"https://paypal.me/abranhe/10\"\u003e\u003cimg src=\"https://cdn.abraham.gq/badges/paypal.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n# Install\n\n```\nnpm install quick-srt-cli\n```\n\n# Usage\n\n```console\nUsage:\n $ quick-srt \u003carray\u003e\n\nOptions\n\t-f, --feedback  Send a feedback\n\t-h, --help      Show help message and close\n\t-v, --version   View package Version\n\nExample\n $ quick-srt \"d h z a r b i\"\n\t[ 'a', 'b', 'd', 'h', 'i', 'r', 'z' ]\n $ quick-srt \"3 2 5 25 74\"\n\t[ '2', '25', '3', '5', '74' ]\n```\n\n# Try it! 😁\n\n```\nnpx quick-srt-cli \"d h z a r b i\"\n```\n\n# Related\n\n- [quick-srt](https://github.com/abranhe/quick-srt): API for this module\n- [bubble-srt](https://github.com/abranhe/bubble-srt): Bubble Sort Algorithm implementation\n- [merge-srt](https://github.com/abranhe/merge-srt): Merge Sort Algorithm implementation\n\n\n# Team\n\n|[![Carlos Abraham Logo](https://avatars3.githubusercontent.com/u/21347264?s=50\u0026v=4)](https://19cah.com)|\n| :-: |\n| [Carlos Abraham](https://github.com/abranhe) |\n\n# License\n\n[MIT](https://github.com/abranhe/quick-srt-cli/blob/master/LICENSE) License © [Carlos Abraham](https://github.com/abranhe/)\n","funding_links":["https://www.patreon.com/abranhe","https://paypal.me/abranhe/10"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fquick-srt-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabranhe%2Fquick-srt-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fquick-srt-cli/lists"}