CLI
Through the inq CLI, prompts can be used used in your shell commands/scripts. For example, to show a checkbox:
uvx inq checkbox -m "Choose your toppings" -c Pepperoni -c Mushrooms -c Onions`
Choices can also be read from stdin. For example, to select an entry from
the current directory using fuzzy search:
ls | inq fuzzy
Installation
uvx
Running the CLI with uvx (part of uv), does not require any installation:
uvx inq checkbox -m "Choose your toppings" -c Pepperoni -c Mushrooms -c Onions`
Homebrew
There's a tap available to install inq via Homebrew:
brew tap robvanderleek/inq
brew install inq

