Skip to content

kroct/view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

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:

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

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

About

A fast C document viewer for the framebuffer that keeps track of reading progress

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published