From d8d52f90ffce5db92675c624f32d497d2e15fceb Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Sun, 7 Jun 2026 21:19:28 +0200 Subject: misc: add notes launcher --- .local/bin/notes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .local/bin/notes (limited to '.local/bin') diff --git a/.local/bin/notes b/.local/bin/notes new file mode 100755 index 0000000..05ca7c2 --- /dev/null +++ b/.local/bin/notes @@ -0,0 +1,9 @@ +#!/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" -- cgit v1.3.1