Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 358 Bytes

File metadata and controls

14 lines (10 loc) · 358 Bytes

YoutubeLookup

Navigate online to search for Quick Youtube Video Search

jq -r '.[]
  | select(.title | test("tips"; "i") and test("code"; "i"))
  | .title' *.json

# Extract the titles for more efficient search
q '.[].title' *.json