Skip to content
/ view Public

A small extensible C document viewer (for pdf/djvu/ps) that works on the framebuffer, X11, and Wayland

Notifications You must be signed in to change notification settings

kroctet/view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

view

view is a minimal document viewer, it features vi-like keybindings, and uses a simple text file to keep track of reading progress in ~/.local/share/view/books.txt

building

to build for the framebuffer simply run

make

to build for all display drivers run

make X11=1 WAYLAND=1

dependencies:

  • xxhash
  • mupdf
  • djvulibre
  • libspectre
  • libX11 (optional)
  • libwayland (optional)

all the keys can be modified in include/config.h

About

A small extensible C document viewer (for pdf/djvu/ps) that works on the framebuffer, X11, and Wayland

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published