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

[feature] Add pager for interactive search of multiple line match and context match #548

Open
HerringtonDarkholme opened this issue Jul 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@HerringtonDarkholme
Copy link
Member

HerringtonDarkholme commented Jul 24, 2023

⭐ Suggestion

ast-grep currently outputs al matches in a detached screen for interactive mode output.

The screen can help us separate different results across files. However, matches in a large file can still be quite overwhelming for one single screen.

Piping the output in a pager will be more readable.
https://docs.rs/minus/latest/minus/index.html looks like a promising library.

💻 Use Cases

Improve readability of printing code around match, multiple line matches, or many matches in one file.

@HerringtonDarkholme HerringtonDarkholme added the enhancement New feature or request label Jul 24, 2023
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

1 participant