bookmark searches containing a `*` glob character spew out directory contents
surfraw stract 'foo *'
# -> https://stract.com/search?q=foo%20IRS.pdf%20novelname.md%20todo.txt
(when you test this, you can set BROWSER=echo if you do not want to send your filenames to the search engine)
High quality elvi, however, work as it should, like this one:
surfraw google "foo *"
An instance of a variable somewhere in the code that executes bookmarks is not properly quoted to prevent the shell's glob evaluation.
These are the contents of my .config/surfraw/bookmarks file. I don't think it's a mistake of how the bookmark is written
stract https://stract.com/search?q=%s
Edited by Tim Evans