Skip to main content
Deno 2 is finally here 🎉️
Learn more

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.ts

Upgrade from url

deno cache --reload https://deno.land/x/cli_select/main.ts

Local install

deno install --force --allow-read --allow-write --unstable --name cli-select main.ts