skimd
v0.1.5
Published
Terminal markdown reader — zero install, TOC, collapse, one command.
Maintainers
Readme
skimd
Terminal markdown reader — zero install, TOC, collapse, one command.
Install
npx skimd README.mdOr install globally:
npm install -g skimdWhy
Reading a README from the terminal today means cat (raw), less (paged raw),
or a context switch out. skimd renders markdown properly — headings, lists,
code blocks with syntax highlighting, tables, blockquotes — and gives you
keyboard-driven navigation with TOC, collapsible headings, search, and link
and code-block pickers.
Usage
Open a file:
skimd README.mdPipe markdown in:
curl -s https://example.com/README.md | skimdExtract code blocks:
skimd --code README.md # all blocks
skimd --code --lang=bash README.md # only bashStatus
v0.1.5 — under active development.
