Talk:Q applets
From Gentoo Wiki
Note
This is a talk page. Please add newer comments below older ones, and sign your comments using four tildes (
This is a talk page. Please add newer comments below older ones, and sign your comments using four tildes (
~~~~
).
When adding a new section (at the bottom of the page), please mark it as "open for discussion" by using {{talk|open}}
so it will show up in the list of open discussions.Documentation for qlist
Talk status
This discussion is still ongoing.
Is there any documenataion for the things that qlist finds? There are a few forum posts but i couldnt find anything complete. — The preceding unsigned comment was added by Garbanzo (talk • contribs)
Opps, yea that was me. Garbanzo (talk) 06:47, 14 May 2019 (UTC)
qsearch --format arg
Where can I find more info on the format string that qsearch --format takes ? There's none in the man page or --help
-F, --format <arg> * Print matched atom using given format string
--Okwtwnow (talk) 17:17, 29 November 2020 (UTC)
look at qatom(1) manpage for the -F argument.
--Grobian
- Thank you. What I eventually wanted was to add the just-emerged kernel sources to world favorites (file /var/lib/portage/world) so I now do it by this:
$ sudo emerge -nav =$(qsearch -sNC '^gentoo-sources$' --format='%{CATEGORY}/%{P}'|head -1)