pandastrike / yaml-cli

A simple CLI for querying and updating YAML files
ISC License
86 stars 5 forks source link

map subcommand #15

Open dyoder opened 8 years ago

dyoder commented 8 years ago

It would be cool to be able to grab, say, all the URLs in a document instead of just one specific URL propery. Maybe something like:

$ yaml map test.yaml .url > urls.txt