dots/.bin/fzf-book

8 lines
116 B
Plaintext
Raw Normal View History

2022-05-11 13:55:36 +02:00
#!/usr/bin/env bash
# Find and open pdf
selected=$(ls ~/doc/books/*.{pdf,epub,djvu} | fzf)
zathura "$selected" &