Skip to content

Commit

Permalink
Add "sortable checkbox" to the list of custom prompts in README.md (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Apr 26, 2024
1 parent d0e9290 commit d2f8054
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/prompts/README.md
Expand Up @@ -301,6 +301,16 @@ Confirm with a toggle. Select a choice with arrow keys + Enter.
? Do you want to continue? no / yes
```

[**Sortable Checkbox Prompt**](https://github.com/th0r/inquirer-sortable-checkbox)<br/>
The same as built-in checkbox prompt, but also allowing to reorder choices using ctrl+up/down.

```
? Which PRs and in what order would you like to merge? (Press <space> to select, <a> to toggle all, <i> to invert selection, <ctrl+up> to move item up, <ctrl+down> to move item down, and <enter> to proceed)
❯ ◯ PR 1
◯ PR 2
◯ PR 3
```

# License

Copyright (c) 2023 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))<br/>
Expand Down

0 comments on commit d2f8054

Please sign in to comment.