Initial commit: workspace setup with skills, memory, config
This commit is contained in:
6
bin/search
Normal file
6
bin/search
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Search wrapper for easy access
|
||||
# Usage: search [p|perplexity|local|searxng] "query" [options]
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
python3 "$SCRIPT_DIR/../skills/perplexity/scripts/search.py" "$@"
|
||||
Reference in New Issue
Block a user