-
Notifications
You must be signed in to change notification settings - Fork 2
Usage
nihitdev edited this page Jul 30, 2026
·
1 revision
Run yoo inside a project directory:
yooFor faster output without the typing animation:
yoo --fast| Command | Description |
|---|---|
yoo |
Start a developer session |
yoo doctor |
Check local tools, configuration, project detection, and Git |
yoo project |
Show project metadata, source statistics, and Git details |
yoo fetch |
Show the development environment and current project |
yoo status |
Alias for yoo fetch
|
yoo session [MINUTES] |
Start a local focus timer |
yoo tip [PACK] |
Print a random tip |
yoo tips |
List available tip packs |
yoo init |
Create the default configuration and sample tip pack |
yoo config |
Print the active configuration path |
yoo version |
Print the installed version |
yoo help |
Show the complete help message |
yoo --fast
yoo --no-art
yoo --plain
yoo --name YourName
yoo --theme tokyo-nightAvailable themes:
neonoceanmonodraculatokyo-nightgruvboxnordrose-pinecatppuccin
cd path/to/project
yoo projectThis displays information such as:
- Project name and language
- Project version
- Package manager
- Source-file statistics
- Git branch and working-tree status
- Common repository files
yoo doctorThis checks Rust, Cargo, Git, Rustfmt, Clippy, configuration, project detection, and repository state.
Use JSON output in scripts and editor integrations:
yoo fetch --json
yoo project --json--json cannot be combined with display options such as --plain, --no-art, or --theme.
Start the configured default timer:
yoo sessionStart a 45-minute timer:
yoo session 45The alternative syntax is:
yoo session --minutes 45Print a tip from the configured pack:
yoo tipSelect a specific pack:
yoo tip rustList all available packs:
yoo tipsBuilt-in packs include general, git, linux, and rust.
Create the default configuration:
yoo initPrint its location:
yoo configConfiguration locations:
Windows: %APPDATA%\yoo\config.yaml
Linux: ~/.config/yoo/config.yaml
macOS: ~/Library/Application Support/yoo/config.yaml