Skip to content

h2horn/viewdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViewDown

ViewDown is a simple markdown viewer based on Qt5 and QtWebKit.

README

$ viewdown -h
Usage: viewdown [options] file [watch...]
Markdown viewer, reloading on changes.

Options:
  -s <css>       css file to use as stylesheet.
  -h, --help     Displays this help.
  -v, --version  Displays version information.

Arguments:
  file           markdown file to view and reload on change.
  watch          files or directories to watch as trigger for reload.

Features

  • autoreload on file change
  • open links in external browser
  • default github style css
  • watch additional files / directories as reload trigger
  • clear cache on reload
Key Action
Ctrl+W close Window
Ctrl+R reload
Ctrl+O open file
Ctrl+I open inspector
Ctrl+P print Page

Dependencies

Install

Archlinux

Available in AUR

yaourt -S viewdown-git

From source

qmake
make
./viewdown -h

License

MIT License

github.css based on https://github.com/sindresorhus/github-markdown-css.