{"id":16029431,"url":"https://github.com/supercilex/ask-cli","last_synced_at":"2026-04-12T04:07:53.132Z","repository":{"id":62333363,"uuid":"559481517","full_name":"SUPERCILEX/ask-cli","owner":"SUPERCILEX","description":"`ask` offers a simple way to ask a yes or no question on the CLI, returning exit code 0 on \"yes\" and 1 on \"no\".","archived":false,"fork":false,"pushed_at":"2024-12-28T05:51:59.000Z","size":134,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-31T04:28:32.290Z","etag":null,"topics":["ask","bash","cli","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/ask-cli","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SUPERCILEX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"SUPERCILEX"}},"created_at":"2022-10-30T08:50:39.000Z","updated_at":"2025-06-28T22:23:05.000Z","dependencies_parsed_at":"2023-12-06T23:31:39.075Z","dependency_job_id":"221c1806-5ead-4cb2-a6e6-b2a81490e51d","html_url":"https://github.com/SUPERCILEX/ask-cli","commit_stats":{"total_commits":64,"total_committers":1,"mean_commits":64.0,"dds":0.0,"last_synced_commit":"cbdbd2fe69bfca5ef8569960bb2e064a81f2d172"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/SUPERCILEX/ask-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUPERCILEX%2Fask-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUPERCILEX%2Fask-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUPERCILEX%2Fask-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUPERCILEX%2Fask-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SUPERCILEX","download_url":"https://codeload.github.com/SUPERCILEX/ask-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUPERCILEX%2Fask-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273453232,"owners_count":25108470,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ask","bash","cli","rust"],"created_at":"2024-10-08T21:01:18.514Z","updated_at":"2026-04-12T04:07:53.097Z","avatar_url":"https://github.com/SUPERCILEX.png","language":"Rust","funding_links":["https://github.com/sponsors/SUPERCILEX"],"categories":[],"sub_categories":[],"readme":"# Ask CLI\n\n`ask` offers a simple way to ask a yes or no question on the CLI, returning exit code 0 on \"yes\" and 1 on \"no\".\n\n## Installation\n\n### Use prebuilt binaries\n\nBinaries for a number of platforms are available on the\n[release page](https://github.com/SUPERCILEX/ask-cli/releases/latest).\n\n### Build from source\n\n```console,ignore\n$ cargo +nightly install ask-cli\n```\n\n\u003e To install cargo, follow [these instructions](https://doc.rust-lang.org/cargo/getting-started/installation.html).\n\n## Usage\n\nAsk the user a question:\n\n```bash\n$ ask Do you want to continue?\nDo you want to continue? [Y/n] yes\n$ echo $?\n0\n\n$ ask Do you want to continue?\nDo you want to continue? [Y/n] n\n$ echo $?\n1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupercilex%2Fask-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupercilex%2Fask-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupercilex%2Fask-cli/lists"}