`ddgr --expand --noprompt --json 'best bicycles under 500' | jq --raw-output '.[] | select(.title | test("^(?!\\d.$)."))' | jq --raw-output '. | [.title, .url]| @tsv'`
[1] https://github.com/jarun/ddgr
`ddgr --expand --noprompt --json 'best bicycles under 500' | jq --raw-output '.[] | select(.title | test("^(?!\\d.$)."))' | jq --raw-output '. | [.title, .url]| @tsv'`
[1] https://github.com/jarun/ddgr