[Fish-users] fish project homepage

2009-09-29 Thread Wai Yan Pong
Does anyone know why www.fishshell.org is unavailable? -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills,

[Fish-users] open in openbox

2010-04-22 Thread Wai Yan Pong
Hi, I have a problem in opening a certain type of file using the fish command open in Openbox. Pretty sure I set the mime type correctly in Gnome cos open causes no problem when I run FISH shell in Gnome. Perhaps it's more an Openbox problem than FISH but someone can help me out here. Thanks in

[Fish-users] LS_COLORS with fish

2010-05-17 Thread Wai Yan Pong
Hi, I have a simple problem which I couldn't solve I tried to change the colors of the output of ls. I tried set LS_COLORS 'di=00;32:' in config.fish but it doesn't make a different when I type ls. I did verify that $LS_COLORS did change to the value that I assigned by type

Re: [Fish-users] Fwd: fish included in the Softpedia Mac OS software database

2012-06-08 Thread Wai Yan Pong
I respectfully disagree with what Terin suggested. Listed on softpedia is just one more channel to let people know about the software. People who are interested in fish will visit the official site to learn more. Pong On Thu, Jun 7, 2012 at 12:44 PM, Terin Stock terinjo...@gmail.com wrote: I

[Fish-users] problems in using vim with fish as login shell

2012-06-24 Thread Wai Yan Pong
When running vim from fish (as login shell) the command :r !ls instead of writing the output of ls produces an error fish: Illegal command name (ls) Standard input: (ls) /tmp/vIYX9Pj/0 shell returned 127 The problems goes away if my login shell is bash and then I start fish then vim. Any

Re: [Fish-users] math in fish

2012-09-06 Thread Wai Yan Pong
wrote: It will work if you quote it: $ math '2*2' 4 All the best, Jon On 6 September 2012 15:27, Wai Yan Pong wypon...@gmail.com wrote: What is the syntax for multiplying two numbers using the math function in fish? Type math 1+1 at the prompt will give you 2, but neither * nor x seems

Re: [Fish-users] vi-mode WIP

2012-10-26 Thread Wai Yan Pong
Hello, I've just update (10/26) fish from the source codes in github. However, vi-mode no longer works after the update. For example, echo $vi_mode returns nothing. Have you experienced the same? any fix? Thanks

[Fish-users] start another terminal with the current directory

2013-09-20 Thread Wai Yan Pong
I would like to pipe stdout as an argument in fish, e.g. rxvt -cd echo $pwd (which is wrong). So what's the right (fish) way to do so? Thanks -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!

Re: [Fish-users] start another terminal with the current directory

2013-09-20 Thread Wai Yan Pong
Oh simply rxvt -cd $PWD does the trick, sorry. On Fri, Sep 20, 2013 at 10:05 AM, Wai Yan Pong wypon...@gmail.com wrote: I would like to pipe stdout as an argument in fish, e.g. rxvt -cd echo $pwd (which is wrong). So what's the right (fish) way to do so? Thanks

Re: [Fish-users] start another terminal with the current directory

2013-09-20 Thread Wai Yan Pong
, at 11:28 AM, Wai Yan Pong wypon...@gmail.com wrote: Oh simply rxvt -cd $PWD does the trick, sorry. On Fri, Sep 20, 2013 at 10:05 AM, Wai Yan Pong wypon...@gmail.com wrote: I would like to pipe stdout as an argument in fish, e.g. rxvt -cd echo $pwd (which is wrong). So what's the right

Re: [Fish-users] start another terminal with the current directory

2013-09-21 Thread Wai Yan Pong
(in fish at least). On 20/09/2013 20:08, Wai Yan Pong wrote: Thanks for the clarification. My ultimate goal is to customize config.h for dwm so that Alt-shift-return will spawn a new terminal in the current directory. So far I have not succeed. Well, certainly this is not a fish

[Fish-users] problem of using sshuttle

2013-10-04 Thread Wai Yan Pong
Has anyone been using sshuttle with fish. I ran into the following troubles. fish: Unknown command “P=python2”. Did you mean “set P python2”? For information on assigning values to variables, see the help section on the set command by typing “help set”. Standard input: P=python2; $P -V 2/dev/null

Re: [Fish-users] problem of using sshuttle

2013-10-05 Thread Wai Yan Pong
Thanks Alan. However, I don't know how to achieve that (change the ssh command so that it starts a bash shell). In fact, I was surprise that when I login as root (which has bash as its login shell) the same problem persists. On Sat, Oct 5, 2013 at 1:58 AM, Alan Schmitt

[Fish-users] bash equivalent of eval

2014-07-03 Thread Wai Yan Pong
What would be the fish equivalent of the bash command eval `prog file` I was trying eval `slmenu prog.txt` which works for me in bash but not in fish. -- Open source business process management suite built on Java

Re: [Fish-users] Edit command line in $EDITOR?

2015-04-15 Thread Wai Yan Pong
Yes, I missed that feature too. Hopefully developers of fish will consider adding that. That seems more adhere to the linux philiosophy---better leave it to the editor instead of the shell to do the editing. On Tue, Apr 7, 2015 at 12:38 AM, Gareth Skinner g...@sknr.org wrote: Hi fish-users,