A CLI tool to review Markdown documents with inline comments
npm install @peaske7/readitA 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.
!CleanShot 2025-12-25 at 09 28 39
Inspired by difit.
``bash`
npx readit document.md
`bash
readit
readit
readit
readit
readit list # List all files with comments
readit show
`
Select text to add comments. Comments appear as margin notes. Copy all comments formatted for AI with a single click.
`bash``
pnpm install # Install dependencies
pnpm dev # Start dev server
pnpm build # Build for production
pnpm test # Run tests
pnpm check # Lint and format (Biome)
MIT