Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Chrome Cluster extension
- cat file.json | jq -r '.[].tabs[] | (.url + " | " + .title)' | pbcopy
- Firefox Bookmarks backup (fix path as needed in 'select() clauses):
- cat bookmarks.json | jq -r '.children[0].children[] | select(.title == "Development").children[] | select(.title == "K8s").children[] | (.uri + " | " + .title)' | pbcopy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement