knowledge/scripts/show_website_category.sh

6 lines
212 B
Bash
Raw Normal View History

2024-09-10 08:30:19 +00:00
#!/bin/bash
OBJ=$(cat schema.json|jq -r ".properties.category.enum[]"|gum choose)
mdq -c file.title:Title -c website:URL -c file.path:Path -f "{\"category\": { \"\$regex\": \"^$OBJ\"}, \"obj\": \"website\"}" .