Repository
Current version released
4 years ago
Versions
cli-select
Special thanks to
ocpu for the question-deno library.
Usage
tac todo.txt | cli-select -m "What do you plan to do today?" > todo-today.txt Install from url
Install Deno if not yet!
deno install --force --allow-read --allow-write --unstable --name cli-select https://deno.land/x/cli_select/main.tsUpgrade from url
deno cache --reload https://deno.land/x/cli_select/main.tsLocal install
deno install --force --allow-read --allow-write --unstable --name cli-select main.ts