-
Notifications
You must be signed in to change notification settings - Fork 61
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
Discussion: ideas for stored searches #57
Comments
Get commit hash in git log |
Amazon jobflow ID |
I have a stored search for quoted text: Frequently filenames, error messages and other important info are quoted in a program's output. However, I'm unable to match single quotes, even escaping doesn't work. Is this a bug or am I doing it wrong? |
@AnAppAMonth, interesting idea. Thanks for the submission. I think a single quote searches could have a bug! I also just tried it and got an error. |
Pull request for email address search over at #78 |
Get the last entry of a line if it is standard filename.
This works for filenames without any path (basename - as for example for ls -l) and for git status if you are not in the root of the repo. |
Often people have the pwd on their bash prompt like so (fish truncates all but the last paths to one letter):
I'd like some way of avoiding those in the file search, but dunno if that is possible. |
Can we have these searches in a way similar to |
Match kubernetes objects |
Match 32 bit or 64 bit addresses |
The example here
should be
|
The search goes from bottom to top. Is there any way to search only the last command output (preferably from top to bottom)? |
-- I guess you could use this somehow https://github.com/tmux-plugins/tmux-copycat/blob/master/scripts/copycat_jump.sh#L231 |
The "last entry" file search didn't work for me. The order of the regex was causing an issue:
For the future reader, here's the issue reporting the single quote breakage. I was not able to get the quoting snippet to work:
It always selected the quotes incorrectly for me (if anyone knows why, I'd love to hear it): ![]() |
@iloveitaly looks like you are on a mac.
|
@iloveitaly I am on a mac, but changing the default |
if you are on an M1 chip just do on an x86-64 bit machine do you can check what to export at
|
As described in the defining new stored searches doc, this plugin enables you to define your own, custom searches.
Let's tap into the community ideas and see what others came up with or are missing.
Use this thread to:
Interesting searches will be added to Useful searches section.
The text was updated successfully, but these errors were encountered: