You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was trying to follow links between files in zathura.
Using zathura-pdf-poppler, zathura outputs an error if it can't find the file. I used this error to redirect zathura to the correct path (assuming the file is read from the cache).
Setting READER="linkzathu.sh" in zareadrc, links on pdf files are opened in zathura (converted using zaread if necessary).
Example use:
A.md: has link to B.md zaread A.md and following the B.md link, opens B.md in zaread
I don't know if you are interested in this, or if this small script fits this project at all. Feel free to add it in a section of the README or in a scripts folder, ...
The text was updated successfully, but these errors were encountered:
Hi, I was trying to follow links between files in zathura.
Using
zathura-pdf-poppler
, zathura outputs an error if it can't find the file. I used this error to redirect zathura to the correct path (assuming the file is read from the cache).~/.local/bin/linkzathu.sh
Setting
READER="linkzathu.sh"
inzareadrc
, links on pdf files are opened in zathura (converted using zaread if necessary).Example use:
A.md: has link to B.md
zaread A.md
and following the B.md link, opens B.md in zareadI don't know if you are interested in this, or if this small script fits this project at all. Feel free to add it in a section of the README or in a
scripts
folder, ...The text was updated successfully, but these errors were encountered: