Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-08 Thread Gour
Diego Zamboni di...@zzamboni.org writes: Aleksey: fish is indeed not bash, but in a good way. There are many things that could be improved, for sure, but it’s great even now. I was never really bash user, but was trying zsh and the the main seeling point for fish is that is *usable*

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-08 Thread Sanne Wouda
Take a look at https://github.com/fish-shell/fish-shell/wiki/Bash-Refugees for a fish implementation of !! and !$ . On Fri, 8 May 2015 08:08 Gour g...@atmarama.net wrote: Diego Zamboni di...@zzamboni.org writes: Aleksey: fish is indeed not bash, but in a good way. There are many things

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-08 Thread charlie
, 08 May 2015 10:26:01 To: Gourg...@atmarama.net; fish-users Mailing List fish-users@lists.sourceforge.net Subject: Re: [Fish-users] 5 minutes fish from 15 years bash impression -- One dashboard for servers

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-08 Thread Diego Zamboni
Thanks for this pointer! I’d been thinking of figuring out how to do it, and there it was. The only problem I had was that I had to edit and save bind_bang and bind_dollar separately, it didn’t work when I tried to edit them together with fish_user_key_bindings. But once I figured that out, it

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-08 Thread Glenn Jackman
sanne.wo...@gmail.com Date: Fri, 08 May 2015 10:26:01 To: Gourg...@atmarama.net; fish-users Mailing Listfish-users@lists.sourceforge.net Subject: Re: [Fish-users] 5 minutes fish from 15 years bash impression -- One

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-08 Thread Diego Zamboni
On May 8, 2015, at 5:43 PM, Greg Reagle greg.rea...@umbc.edu wrote: I think it's worth noting here that in fish, if you just type 'c' on an empty command line, it will automatically show you the last command that started with 'c'. More precisely, it brings back the last command that

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-07 Thread Robert Carpenter
Aleksey, I honestly can't decide if you're trying to troll the mailing list or if you have legitimate questions. I'm going to take a risk of feeding the troll here in hopes that you're actually, honestly trying to understand fish-shell. To save yourself some time, I'll put the summation at the

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-07 Thread Sepp Tannhuber
Not really good: the default PAGER is 'less' which doesn't fully comply with 'quick and easy'. In every shell I know, the environment variable PAGER is responsible for the pager. There's nothing special with fish. And it's just one line to change it:set -x PAGER xcowsay

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-07 Thread charlie
I also miss ! and friends, let me know if you end up implementing these! On Thu, May 7, 2015 at 4:06 PM, Diego Zamboni di...@zzamboni.org wrote: Robert, I couldn’t agree more. There are a few things I found frustrating in fish at first (some I still do, like the inability to recall previous

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-07 Thread Diego Zamboni
Robert, I couldn’t agree more. There are a few things I found frustrating in fish at first (some I still do, like the inability to recall previous commands/arguments with !! and !$ - I have to look more into coding those with functions), but over time I’ve found the interactive shell

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-07 Thread Aleksey Midenkov
On Tue, May 5, 2015 at 3:01 PM, Siteshwar sitesh...@gmail.com wrote: Hello Aleksey, Thanks for trying fish. On Tue, May 5, 2015 at 4:31 PM, Aleksey Midenkov midenok+f...@gmail.com wrote: help for It opened browser window... I don't need browser, I need quick and easy way to access

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-06 Thread Greg Reagle
On 05/06/2015 01:40 PM, Luciano ES wrote: Choosing 'less' as default pager is among the worst of our sins. There, I made a slogan for fish. And it took me less than five minutes. If choosing 'less' as the default pager is wrong, then I don't want to be right. :

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-06 Thread Luciano ES
Choosing 'less' as default pager is among the worst of our sins. There, I made a slogan for fish. And it took me less than five minutes. -- Luciano ES ** On Tue, 5 May 2015 14:01:53 +0300, Aleksey Midenkov wrote: help for It opened browser window... I don't need

Re: [Fish-users] 5 minutes fish from 15 years bash impression

2015-05-05 Thread Siteshwar
Hello Aleksey, Thanks for trying fish. On Tue, May 5, 2015 at 4:31 PM, Aleksey Midenkov midenok+f...@gmail.com wrote: help for It opened browser window... I don't need browser, I need quick and easy way to access basic syntax what does inline help in bash. It's console app after all!