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

Add context-around-highlight option #2780

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dipeshkaphle
Copy link

@dipeshkaphle dipeshkaphle commented Nov 22, 2023

The motivation behind this PR is mostly for my own convenience.

I use ripgrep + fzf a lot in my workflow(where I use bat for previewing result).

I have one function in my zshrc which looks like this:

image

So when I search for something using ff nvim, I get something like this:

image

I was quite frustrated by this because I have context of what's happening after the matching line but not before.
This could probably be done by using some very very hacky script but I just thought adding this feature to bat might be more easier.

I'm making this PR to solve that issue because it might be helpful to other folks too.

After this change and making some change to my zsh function, I get something like this for preview
image

Feel free to close this if you think this won't be useful or is not needed.

If you think it'll be useful, I'd be very happy to make necessary changes for this to be merged

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

Successfully merging this pull request may close these issues.

None yet

1 participant