Skip to content

PersistentCoder7/YoutubeLookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published