{"id":27615548,"url":"https://github.com/afucher/inquirer","last_synced_at":"2025-10-24T05:22:21.642Z","repository":{"id":44473668,"uuid":"103279829","full_name":"afucher/Inquirer","owner":"afucher","description":"A collection of common interactive command line user interfaces.","archived":false,"fork":false,"pushed_at":"2022-07-11T11:56:11.000Z","size":97,"stargazers_count":17,"open_issues_count":12,"forks_count":15,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-06-22T20:16:52.057Z","etag":null,"topics":["csharp","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"C#","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/afucher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-12T14:17:15.000Z","updated_at":"2024-11-03T07:30:49.000Z","dependencies_parsed_at":"2022-08-29T15:22:23.584Z","dependency_job_id":null,"html_url":"https://github.com/afucher/Inquirer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/afucher/Inquirer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afucher%2FInquirer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afucher%2FInquirer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afucher%2FInquirer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afucher%2FInquirer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afucher","download_url":"https://codeload.github.com/afucher/Inquirer/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afucher%2FInquirer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261396533,"owners_count":23152451,"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":["csharp","hacktoberfest"],"created_at":"2025-04-23T03:56:12.676Z","updated_at":"2025-10-24T05:22:16.609Z","avatar_url":"https://github.com/afucher.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inquirer\n\n![.NET Core](https://github.com/afucher/Inquirer/workflows/testing/badge.svg)\n\nA collection of common interactive command line user interfaces in C#.\n\n## Examples  \nYou can find some examples in the [samples](/samples/Samples/Basic) project.\n\n## Inputs\n - Basic Input\n - Numeric Input\n - Confirmation Input\n - List Input\n - Password Input\n\n## Validation\nYou can set your own valid using the `SetValid` method in the input. It receives an object that must implement the `IValidator` interface.\n```csharp\nvar numbersOnly = new RegexValidator(\"^[0-9]*$\");\nageInput.SetValid(numbersOnly);\n```\n\nWe already have some validators that you can use:\n - RegexValidator\n - NumericValidator\n - CreditCardNumberValidator\n - EmailValidator\n - DateValidator\n\nBut feel free to implement yours or contribute with more validators 😉\n\n## Running the tests  \nGo to folder `src` and run:\n\n```\ndotnet test\n```\n\n## License  \nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n\n## Acknowledgments  \nInpired by [SBoundrias/Inquirer.js](https://github.com/SBoudrias/Inquirer.js/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafucher%2Finquirer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafucher%2Finquirer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafucher%2Finquirer/lists"}