Skip to content

kmfouad/view

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

to build it run

$ make

or

$ make X11=1 WAYLAND=1

keys
[n]j go down n pages, defaults to 1
[n]k go up n pages, defaults to 1
G    go to to the end of the book
g    go to the start of the book
u    undo last multipage jump, can undo the undo

dependencies:

- file
- xxhash
- mupdf
- djvulibre
- libspectre
- libX11 (optional)
- libwayland (optional)

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

Releases

No releases published

Packages

 
 
 

Contributors