Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notewise.click/docs/llms.txt

Use this file to discover all available pages before exploring further.

Run notewise COMMAND --help for command-specific flags. The command set is defined in src/notewise/cli/app.py.

Main commands

CommandPurpose
notewise process URLGenerate notes from one video, playlist, or batch file.
notewise setupRun the interactive config wizard.
notewise configPrint masked effective config.
notewise config-pathPrint the active config path.
notewise edit-configOpen the config file in an editor.
notewise auth login PROVIDERLogin to OAuth providers.
notewise infoShow runtime config and state paths.
notewise info URLInspect YouTube metadata and cache status without generation.
notewise doctorCheck config, provider readiness, output, cache, and logs.
notewise statsShow processing totals and model breakdown.
notewise historyShow recent processed videos.
notewise cacheInspect or maintain the SQLite cache.
notewise logsInspect or clean session logs.
notewise updateCheck whether a newer release is available.
notewise versionShow the installed version.

Process command

notewise process "https://youtu.be/VIDEO_ID" --format md,docx --quiz
Important flags: --model, --output, --format, --language, --target-language, --temperature, --max-tokens, --throttle, --force, --no-ui, --verbose, --quiz, --export-transcript, --timestamps, --chapter-directory-output, --cookie-file, and --use-combine-chunk.

Setup and auth

notewise setup
notewise setup --show
notewise setup --force
notewise auth login chatgpt
notewise auth login github_copilot
notewise auth login codex

Update command

notewise update
The update check compares the installed version with the latest GitHub release. It detects whether NoteWise is running as a standalone binary or as a Python package and prints the matching upgrade command group. Standalone binaries receive the short release installer command. Python package installs receive package-manager commands for uv tool, pipx, and python -m pip; use the one that matches how you installed NoteWise.

Exit behavior

Successful commands exit with 0. Processing failures exit with 1.
Last modified on May 1, 2026