odin-md
v0.1.5
Published
Terminal-first viewer for Markdown files.
Readme
Odin-md
Terminal-first viewer for Markdown files. Odin uses OpenTUI.
Install
npm install -g odin-mdUsage
odin file.mdKeybindings
| Key | Action |
|-----|--------|
| t | Toggle light and dark mode |
| g | Jump to top |
| G | Jump to bottom |
| j | Move down (vim-style) |
| k | Move up (vim-style) |
Development
bun install
bun run build
bun run dev <Markdown-file-name>.md