You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also invoke the loop with scoop search ++ for obvious reasons but oddly not s search --
It looks like the -match operator is used in several user commands in scoop
Maybe a edge case since npp is literally the only returned app with plus in the name. The standard CTRL + c (lowercase only) issues a break signal in case someone blindly types this in...
The text was updated successfully, but these errors were encountered:
I could have escaped the search term, but I think it's kind of cool if people can use regex to search. So instead I decided to pre-parse the regular expression and show one error, rather than have an error each time it searches an app's name.
You can also invoke the loop with
scoop search ++
for obvious reasons but oddly nots search --
It looks like the
-match
operator is used in several user commands in scoopMaybe a edge case since npp is literally the only returned app with plus in the name. The standard
CTRL + c
(lowercase only) issues a break signal in case someone blindly types this in...The text was updated successfully, but these errors were encountered: