{"id":13541161,"url":"https://github.com/Trivernis/nu-plugin-dialog","last_synced_at":"2025-04-02T08:30:57.500Z","repository":{"id":152065176,"uuid":"625264140","full_name":"Trivernis/nu-plugin-dialog","owner":"Trivernis","description":"A nushell plugin for user interaction","archived":false,"fork":false,"pushed_at":"2024-02-03T20:49:55.000Z","size":53,"stargazers_count":13,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T20:23:47.371Z","etag":null,"topics":["nushell-plugin"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Trivernis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-04-08T15:16:16.000Z","updated_at":"2024-12-05T16:53:44.000Z","dependencies_parsed_at":"2024-02-03T21:34:30.466Z","dependency_job_id":"52583646-f52b-42f6-b8c3-28a511fd1053","html_url":"https://github.com/Trivernis/nu-plugin-dialog","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trivernis%2Fnu-plugin-dialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trivernis%2Fnu-plugin-dialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trivernis%2Fnu-plugin-dialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trivernis%2Fnu-plugin-dialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trivernis","download_url":"https://codeload.github.com/Trivernis/nu-plugin-dialog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246741182,"owners_count":20826063,"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":["nushell-plugin"],"created_at":"2024-08-01T10:00:39.893Z","updated_at":"2025-04-02T08:30:57.222Z","avatar_url":"https://github.com/Trivernis.png","language":"Rust","readme":"# nu-plugin-dialog\n\n[![asciicast](https://asciinema.org/a/HGEbzIVAi9YZwmIvoJOzfXuLP.svg)](https://asciinema.org/a/HGEbzIVAi9YZwmIvoJOzfXuLP)\n\nThis plugin adds more options to prompt for user input to nushell.\nIt mainly uses the [dialoguer](https://github.com/console-rs/dialoguer) crate for prompts.\n\n\n## Example Usage\n\n```nu\n# select a file\nlet selected_file = ( ls / | get name | ask select $in --fuzzy --prompt \"Select a file\" )\n\n# ask for confirmation\nlet quit = ( ask confirm \"Are you sure that you want to quit?\" --default false )\n\nif $quit {\n  exit\n}\n```\n\nFor more information run `ask --help` or pass `--` help to the subcommands.\n\n## License\n\nCNPLv7+\n","funding_links":[],"categories":["Plugins"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTrivernis%2Fnu-plugin-dialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTrivernis%2Fnu-plugin-dialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTrivernis%2Fnu-plugin-dialog/lists"}