diff --git a/packages/prompts/README.md b/packages/prompts/README.md index 6d15d6683..8c1adc050 100644 --- a/packages/prompts/README.md +++ b/packages/prompts/README.md @@ -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)
+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 to select, to toggle all, to invert selection, to move item up, to move item down, and to proceed) +❯ ◯ PR 1 + ◯ PR 2 + ◯ PR 3 +``` + # License Copyright (c) 2023 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))