Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13526 - Option for emerge -s to output only minimal information on matches
Summary: Option for emerge -s to output only minimal information on matches
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-08 17:40 UTC by Charles Goodwin
Modified: 2011-10-30 22:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Adds the option "--minimal" (-m) to be used with the "search" option to reduce the amount of output produced. (searchminimal.patch,2.17 KB, patch)
2003-01-09 08:48 UTC, Edward Duffy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Goodwin 2003-01-08 17:40:40 UTC
Currently emerge -s or --search outputs a verbose list of ebuilds containing the
given string.

When the result contains more than a couple of matches, this creates a long list
sometimes several pages in length, which is (slightly) awkward to peruse and
costs the user a few extra seconds of his life.

There should be another option to be used, perhaps -m or --minimal-output that
reduces the list of matching ebuilds to something similar to that of emerge -p,
where only the package name, version installed, and version available are listed.

This would potentially speed up the process of a user narrowing down the precise
name of the ebuild he wants to emerge.
Comment 1 Edward Duffy 2003-01-09 08:48:47 UTC
Created attachment 7131 [details, diff]
Adds the option "--minimal" (-m) to be used with the "search" option to reduce the amount of output produced.

As requested.
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2003-02-21 06:11:54 UTC
--quiet / -q
fixed in cvs