note search

This commit is contained in:
Yanxin Lu
2026-04-03 15:28:40 -07:00
parent 7e5bbabb29
commit bb1b1dad2f
11 changed files with 2631 additions and 0 deletions

7
notesearch/notesearch.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
cd "$SCRIPT_DIR"
exec uv run python -m notesearch "$@"