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

Support for --multiline #70

Open
wpcarro opened this issue Jan 10, 2020 · 2 comments
Open

Support for --multiline #70

wpcarro opened this issue Jan 10, 2020 · 2 comments

Comments

@wpcarro
Copy link

wpcarro commented Jan 10, 2020

Does deadgrep support the multiline option? If not, any ideas for a workaround?

Something like this might be nice:

(defcustom deadgrep-additional-flags
  '("--multiline")
  "List of additional arguments that will be passed to rg.")

(add-to-list deadgrep-additional-flags "--another-flag")
@wpcarro
Copy link
Author

wpcarro commented Jan 10, 2020

Support something like deadgrep-additional-flags might also help support ideas like #24

@ibrahima
Copy link

Hm so as of #138 you can at least achieve this by adding --multiline to the extra arguments. It'd be really nice if it was just a configuration option in the UI though. I do like how the UI surfaces common options easily.

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

No branches or pull requests

2 participants