Nick Sherron

Results 9 comments of Nick Sherron

Have you looked into [spf13/cobra](https://github.com/spf13/cobra)? It's more or less, an extension of the spf13/pflags package you're already using and gives you things like auto-completion for free. Things like the help...

Thanks for the feedback! This is a great suggestion, and I actually got started on creating a new client cli with many of the features you requested, but I unfortunately...

Btw you can already use regex search if using bashhub-server with the bashhub-client. eg ```bash $ bh "^bash" bashhub setup bashhub-server version bashhub-server --help ``` Is this different than what...

Good idea, keep em coming! Just pushed this in eeb43dfbbe93642f05fad996eb3a3658f6261d00.

I had to revert the changes because regex wouldn't work with the way it was implemented. Still open to doing this but not sure it's possible without effecting regex.

Good idea! I just pushed an image to docker hub, would you mind testing it on your Raspberry Pi and letting me know if it is working alright? `docker pull...

So I have been doing a bit of thinking on this and I haven't been able to come up with a good way to implement it. It would be different...

Hey guys I recently started [bashhub-server](https://github.com/nicksherron/bashhub-server) which is easy to use with bashhub-client and it adds support for regex to the bh command. Heres some [examples](https://github.com/nicksherron/bashhub-server#using-regex). @mthornba @vik-y

Hey guys! This issue inspired me to make [bashhub-server](https://github.com/nicksherron/bashhub-server). It’s a mostly complete drop-in replacement for the private server. All you need to do is run it and change the...