Skip to content

d9k/cli_select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cli-select

Special thanks to

ocpu for the question-deno library.

Usage

tac todo.txt | cli-select -m -q "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 --unstable https://deno.land/x/cli_select/main.ts

Local install

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published