LWN.net Logo

KRunner and GNOME Do: the run command evolves

KRunner and GNOME Do: the run command evolves

Posted Feb 13, 2009 17:19 UTC (Fri) by vmole (guest, #111)
In reply to: KRunner and GNOME Do: the run command evolves by droundy
Parent article: KRunner and GNOME Do: the run command evolves

e.g. how do you view a pdf file in bash?

There are a variety of choices, but I typically use "evince foo.pdf &". I'm not sure why this is harder than KRunner et. al.


(Log in to post comments)

KRunner and GNOME Do: the run command evolves

Posted Feb 19, 2009 2:03 UTC (Thu) by SEMW (guest, #52697) [Link]

> I'm not sure why this is harder than KRunner et. al.

Keypresses? Given that both both Do and KRunner integrate with indexing frameworks, so can show a pdf anywhere on your system, I would only have to type "foo<enter>" (4 letters) for Do/KR to get the equivalent of typing "locate output.pdf | xargs evince &<enter>" (36 characters) in bash, a factor of 9 difference.

KRunner and GNOME Do: the run command evolves

Posted Feb 19, 2009 4:55 UTC (Thu) by vmole (guest, #111) [Link]

More likely "evince `locate output.pdf`&" (yes, fragile and doesn't handle locate errors), and far more likely I know which file I want and can use tab completion (yes, I know it works in Krunner et. al. as well) to save key strokes, but yeah, that's a point.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds