On Jan 22, 2008 7:39 PM, Beni Cherniavsky <[EMAIL PROTECTED]> wrote: [...] > P.S. unrelated: I just used "help" which tried to launch firefox but > firefox failed for whatever reason. > I'm left without ability to see help. This is bad. Not everybody > knows about BROWSER. > Proposed solution: help should have "--browser=foo" and "--stdout" > options, which must also appear in help completion.
Function "help" already prints "help: Help is being displayed in your default browser", according to my /usr/share/fish/functions/help.fish (Fish 1.22.1). So we can just add "To set the default browser, execute "set BROWSER mybrowser". If BROWSER is "less" or "" or is unset, use "less". That avoids more options in addition to BROWSER, though I guess options are more discoverable. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
