#!/usr/bin/env bash
# Find and open Xournal sketch
selected=$(ls ~/sketches/*.xopp | fzf)
xournalpp "$selected" &