jq -r '[.hash,.url]|@tsv' urlcache/*.json
Each cache entry has URL, hash, and timestamp. Purging should be possible either for the whole cache, by individual hash, or by individual URL. Listing should be possible to limit by URL url=, or base URL url=^ or by timestamp (date=, date=<, date=>).
Each cache entry has URL, hash, and timestamp. Purging should be possible either for the whole cache, by individual hash, or by individual URL. Listing should be possible to limit by URL
url=, or base URLurl=^or by timestamp (date=,date=<,date=>).