hluk / copyq-commands

Useful commands for CopyQ clipboard manager.
328 stars 72 forks source link

Add decode-google-search-url.ini #75

Closed resolritter closed 4 months ago

resolritter commented 1 year ago

I'm using Python for this because, as far as I'm aware, URLSearchParams is not available for the copyq: scripts. An alternative would be to provide a rudimentary query string parsing function in Javascript akin to https://stackoverflow.com/a/13419367/8401696, but I don't know if that's worth it. I'm open to suggestions.