notewise without any command prints a summary. Running notewise COMMAND --help prints full help for that command.
Command map
process
Generate study notes from a video, playlist, or batch file.
setup
Run the interactive wizard to create
~/.notewise/config.env.config
Display the current resolved configuration (API keys masked).
config-path
Print the path to the active config file.
edit-config
Open
config.env in your $EDITOR.stats
Show aggregate processing statistics from the cache.
history
List recently processed videos.
info
Show runtime info, or inspect a source without processing it.
doctor
Run a non-destructive health check on config, cache, and logs.
cache
Inspect and manage the local SQLite cache.
logs
Inspect and manage session log files.
update
Check for a newer release and print upgrade commands.
version
Print the installed version.
Typical workflows
Global behavior
| Behavior | Details |
|---|---|
| Config file | ~/.notewise/config.env loaded automatically. Override directory with NOTEWISE_HOME. |
| Logging | Structured JSON log written to ~/.notewise/logs/ for every process run. API keys are redacted. |
| Exit codes | 0 on success, 1 on any failure. |
Shell completion
- bash
- zsh
- fish