move note search

This commit is contained in:
Yanxin Lu
2026-04-03 15:44:25 -07:00
parent f410df3e7a
commit acc42c4381
14 changed files with 10 additions and 6 deletions

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 "$@"