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

2015-05-08 Thread Andrew Kreps
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'. Then just hit the right arrow to complete it, or option/alt-arrow for partial completion. On Fri, May 8, 2015 at 8:33 AM charlie wrot

Re: [Fish-users] lpr copies option

2014-02-09 Thread Andrew Kreps
Try lpr "-#" 3 or "-# 3" or some variation. On Sun, Feb 9, 2014 at 4:41 PM, Bryan Kilgallin wrote: > The "lpr" command prints files. It has a "-#" option that sets the > number of copies to print. > > This option is available in BASH. > > But unfortunately FISH does not recognise it. So I get th

Re: [Fish-users] Fish non-root install

2014-02-04 Thread Andrew Kreps
Can you provide some specifics on how it failed? Was there an error message of some kind? I'm using fish in user-space on OSX, so I know this is possible. On Tue, Feb 4, 2014 at 8:25 AM, Lean Rada wrote: > I am trying to install and use fish in a computer where I do not have su > priviledges (

Re: [Fish-users] Control key to accept part of a command completion suggestion?

2013-12-03 Thread Andrew Kreps
an submit a pull request for the docs to include this information but > decided I was walking down the wrong path when I was reading the makefile. > What toolset is used to generate the html docs from doc_src files? > > > > On Tue, Dec 3, 2013 at 11:35 AM, Andrew Kreps > wrote: >

Re: [Fish-users] Control key to accept part of a command completion suggestion?

2013-12-03 Thread Andrew Kreps
Try using the option key. It's already implemented. On Tue, Dec 3, 2013 at 9:47 AM, Robert Carpenter wrote: > Hi fish-users, > > I've been running a lot of similar commands lately and I've been really > grateful for the fish command suggestion feature. One thing I've come across > is a situation

Re: [Fish-users] equivalent for watch command

2013-09-17 Thread Andrew Kreps
If I'm reading that right, you're trying to get a list of your top 20 largest folders? What does 'watch' do? On Tue, Sep 17, 2013 at 9:47 AM, Martin Bähr wrote: > hi, > > i am trying to convert the following watch command to fish: > > watch "(for i in *; do du -h \"\$i\"; done| tail -20 | cut -c

Re: [Fish-users] Anything similar to && in bash

2013-08-11 Thread Andrew Kreps
Also, there are apparently and/or operators, though I haven't used them. http://ridiculousfish.com/shell/user_doc/html/commands.html#and On Sun, Aug 11, 2013 at 2:14 PM, Andrew Kreps wrote: > command ; command ; command ; etc > > > On Sun, Aug 11, 2013 at 2:10 PM, H. Ryan Jone

Re: [Fish-users] Anything similar to && in bash

2013-08-11 Thread Andrew Kreps
command ; command ; command ; etc On Sun, Aug 11, 2013 at 2:10 PM, H. Ryan Jones wrote: > One thing that I really like about bash is the ability to string together > (especially for long running commands), commands to execute one after > another, but only when the previous command succeeded. >

Re: [Fish-users] Porting Rbenv to fish

2013-07-22 Thread Andrew Kreps
I'd be interested in helping out, as I'm both a fish and rbenv user. The one question I have is, what functionality are you lacking? I'm using rbenv inside fish without any issues. On Mon, Jul 22, 2013 at 9:09 AM, Attila Györffy wrote: > Hi All, > > As an attempt to migrate my default shell fr