#!/bin/sh prefix=$HOME/Nextcloud/Books/ choice=$(find $prefix -type f | sed "s|$prefix||;s/_/ /g" | fuzzel -d -w 60) test -n "$choice" && zathura $(echo $choice | sed "s/ /_/g;s|^|$prefix|") &