From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: Package file indexing Date: Thu, 9 Jan 2020 18:04:39 +0100 Message-ID: References: <20190314204941.GA21065@jasmine.lan> <87mulx9kuv.fsf@nckx> <87zhpx846u.fsf@ambrevar.xyz> <87bm21y2s2.fsf_-_@gnu.org> <87imw7cpe7.fsf@bababa.i-did-not-set--mail-host-address--so-tickle-me> <87pnqdhkpf.fsf@gnu.org> <87imlt3hr2.fsf@ambrevar.xyz> <87v9pk94ch.fsf@ambrevar.xyz> <8736co90dg.fsf@ambrevar.xyz> <87woa07i34.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58919) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipbEv-000791-GI for guix-devel@gnu.org; Thu, 09 Jan 2020 12:04:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipbEu-0004qA-6Y for guix-devel@gnu.org; Thu, 09 Jan 2020 12:04:57 -0500 In-Reply-To: <87woa07i34.fsf@ambrevar.xyz> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: Guix-devel On Thu, 9 Jan 2020 at 16:41, Pierre Neidhardt wrote: > > zimoun writes: > > >> The benefit of "/" is that it works _incidentally_. If you are looking > >> for "bin/hg", then `guix search bin/hg` will do the right thing. > > > > I agree. > > > > To be clear, to search the binary 'hg', I find clearer "guix search bin/hg". > > However, to search any file which you do not the path, I find clearer > > "guix search file:foo.h". > > To be clear, you don't need to know the path. It's enough to know the > basename, e.g. `guix search /foo.h`. I do not find "/foo.h" clear. I prefer "file:foo.h". What I naturally do is: - guix search bin/hg - guix search file:hg It appears to me awkward to type "guix search /hg". But I can live with. :-) > >> What I meant is that we already have a subcommand that outputs a > >> property of the given packages, i.e. "guix size". If I'm not mistaken, > >> there is no "guix package" flag that displays any property for the given > >> packages. > > > > You are suggesting "guix size emacs --list-files", right? > > No, I'm saying that if we follow the current approach for printing our > package properties, we should have > > guix list-files emacs Sorry to be slow but I do not understand why a complete subcommand is required? To me, it seems better to add an "--list-files" to "guix package" or "guix show". Cheers, simon