ocpu for the question-deno library.
tac todo.txt | cli-select -m -q "What do you plan to do today?" > todo-today.txt
Install Deno if not yet!
deno install --force --allow-read --allow-write --unstable --name cli-select https://deno.land/x/cli_select/main.ts
deno cache --reload --unstable https://deno.land/x/cli_select/main.ts
deno install --force --allow-read --allow-write --unstable --name cli-select main.ts