Getting started
Getting started with the CLI
Install the Tooee CLI and launch a terminal micro-app.
The Tooee CLI exposes small interactive tools for viewing content, collecting text, and choosing from a list. This page is a placeholder for the full command reference.
Install
Install the CLI globally with Bun:
bun add --global @tooee/cliTry it
Open a Markdown file:
tooee view README.mdChoose an item from a shell pipeline:
printf 'alpha\nbeta\ngamma\n' | tooee chooseRun tooee --help to see the commands and options supported by the installed version.
Next steps
The full CLI reference and TypeScript integration guides are still to come. For current package source and examples, visit the Tooee repository.