#!/usr/bin/bash set -euo pipefail # Open the notes directory in foot, inside a persistent tmux session named # "notes" (stolen if it already exists), landing straight into an fzf picker cd "$NOTES_DIR" exec foot --app-id=notes -- \ tmux new-session -A -D -s notes -- \ nvim -c "NotesFindTags"