bashhub-client icon indicating copy to clipboard operation
bashhub-client copied to clipboard

search a specific char inside a command

Open francoataffarel opened this issue 2 years ago • 1 comments

Hello,

i realized that is not possible search a specific char inside a command. Example:

a comand: subfinder -d asdas.com

ctrl +b search for 'sub'

show nothing

can u make this possible?

thanks for everything

francoataffarel avatar Jul 26 '22 12:07 francoataffarel

@francoataffarel thanks for the feedback! This unfortunately is not possible with how Bashhub.com's search currently works as it does not support partial words or regexes. I believe it does allow for words/commands delineated by hyphens though.

Alternatively, if you'd like to run your own version of Bashhub server, there is another open source project which supports regex search https://github.com/nicksherron/bashhub-server#using-regex. This is not an official version of Bashhub's server, but is used by several people in the community.

rcaloras avatar Jul 26 '22 14:07 rcaloras