Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also supply a bashhub-client with some possible feature enhancements. #23

Open
hongyi-zhao opened this issue Aug 27, 2021 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@hongyi-zhao
Copy link

hongyi-zhao commented Aug 27, 2021

I noticed this wonderful project recently. It would be better if another client could have the following functions in addition to the official client functions:

  • Regexp based search, which has been implemented by bashhub-server.
  • Search with a specific directory pathname instead of only supporting the current directory.
  • Supply more options on the command detailed information panel shown in interactive search, e.g., cd to the Path, reedit the original Command before running it, and so on.

I also filed a feature request here.

Regards,
HY

@hongyi-zhao hongyi-zhao added the enhancement New feature or request label Aug 27, 2021
@hongyi-zhao hongyi-zhao changed the title Some possible feature enhancements. Also supply a client with some possible feature enhancements. Aug 27, 2021
@hongyi-zhao hongyi-zhao changed the title Also supply a client with some possible feature enhancements. Also supply a bashhub-client with some possible feature enhancements. Aug 27, 2021
@nicksherron
Copy link
Owner

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 haven’t had the extra time to work on it. I would welcome a pr that creates a new binary (probably a package under command) that adds this.

@nicksherron
Copy link
Owner

Btw you can already use regex search if using bashhub-server with the bashhub-client.
eg

$ bh "^bash"

bashhub setup
bashhub-server version
bashhub-server --help

Is this different than what you mean here?

Regexp based search, which has been implemented by bashhub-server.

@hongyi-zhao
Copy link
Author

hongyi-zhao commented Sep 2, 2021

Is this different than what you mean here?

The same, as I've pointed out.

BTW, I currently switched to the following combination as my shell history solution, which seems more powerful and flexible and convenient:

https://github.com/dvorka/hstr
https://github.com/hongyi-zhao/ariadne

Regards,
HY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants