@peaske7/readit
v0.1.2
Published
A CLI tool to review Markdown documents with inline comments
Maintainers
Readme
readit
A CLI tool to review Markdown and HTML documents with inline comments. Add margin notes to highlighted text, then export for AI or apply back to source.
Inspired by difit.
Quick Start
npx readit document.mdUsage
readit <file> # Review a .md or .html file
readit <file> --port 3000 # Custom port (default: 4567)
readit <file> --no-open # Don't auto-open browser
readit <file> --clean # Clear existing comments
readit list # List all files with comments
readit show <file> # Show comments for a fileSelect text to add comments. Comments appear as margin notes. Copy all comments formatted for AI with a single click.
Development
pnpm install # Install dependencies
pnpm dev # Start dev server
pnpm build # Build for production
pnpm test # Run tests
pnpm check # Lint and format (Biome)License
MIT
