the-way icon indicating copy to clipboard operation
the-way copied to clipboard

Query for `languages` list as "any of"?

Open boozook opened this issue 5 months ago • 0 comments

According to documentation (help), any query such as search and list accepts --languages argument with list of langs.

-l, --languages <LANGUAGES> Snippets written in <language> (multiple with 'lang1 lang2')

I have two snippets - one for "sh" and another for "fish" lang.

Is it possible to search for any of specified lang?

I'm asking because example in the doc seems to works as all of like

the-way search --stdout --languages="sh fish" - so I getting nothing, zero results, but expected is both of existing.

boozook avatar Jun 16 '25 08:06 boozook