mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18:13:46 +01:00
Document viewer
582f926b82
Added following functionality: * Multiple printer can be set in the configuration file or a new one can be named while executing the print command * It is possible to use ~ in the open and export command * Clicking on destination links works now * Show/Hide inputbar Fixes and other changes: * Updated the dependencies to the right versions * Switched j/k in the scrolling command * Added command shortcuts * Fixed the rotation * Link command is for the preset only for showing external links * Added some command explanation in the man page * Adjust window on startup |
||
---|---|---|
config.h | ||
LICENSE | ||
Makefile | ||
README | ||
zathura.1 | ||
zathura.c |
zathura - pdf viewer -------------------- zathura is a pdf viewer based on the poppler pdf rendering library Requirements ------------ poppler-glib (0.10) cairo (1.8.8) gtk2 (2.16) Configuration ------------- You can modify some parts of zathura by editing the config.h file Installation ------------ Customise config.h according to your wishes and run the following command to build and install zathura: make install Uninstall: ---------- To delete zathura from your system, just type: make uninstall Use zathura ----------- Just run: zathura <file>