-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Search Command Improvements #5254
base: master
Are you sure you want to change the base?
Conversation
Adds a new `--skip-description` flag to the `nix search` command. This flag will exclude package description from the search.
Adds a new `--plain` flag to the search command. If present, only a single line with the package path will be printed for each match, without any terminal decorations.
a8769b3
to
46b68f3
Compare
I'm not sure
What's the intended use case for The name |
Yeah, I wasn't sure about the name. I started with
This is a very common need for me. Remembering the json structure each time and adding the I think it's useful enough to include. |
I marked this as stale due to inactivity. → More info |
Some potential flag names:
|
To maintainers, maybe you'd like this PR to be split? |
--skip-description
flag for not searching in package descriptions--plain
flag for plain output that only prints a line with the package path for each match