Re: [Fish-users] How to make prog --opt "$(cat FILE)" in fish

2010-04-06 Thread Beni Cherniavsky-Paskin
On Tue, Apr 6, 2010 at 02:38, Isaac Dupree wrote: > > (incidentally, in bash, you can change the space-expansion handling by > changing IFS -- splitting only on newlines, and not splitting on > anything at all, are options.  Hmm, I never thought of the idea of > setting IFS in my .bashrc to change

Re: [Fish-users] Globbage?

2010-04-06 Thread Isaac Dupree
On 04/06/10 12:39, Michael Lachmann wrote: > I think that fish should know what to expand, and what not. Just like > it should know what to complete and what not. Then, 'scp host:file* .' > will not expand, and maybe even > grep *file file.c oh neat -- "Just like it should know what to complete an

Re: [Fish-users] Globbage?

2010-04-06 Thread Michael Lachmann
P.S. the change below causes fish to ignore wildcards if they don't expand. So even: > mkdir destination > scp somehost:somefile* dest* works. Though I don't think you'd use it very often... Michael On 6 Apr 2010, at 18:39, Michael Lachmann wrote: > On 6 Apr 2010, at 17:04, David Frascone

Re: [Fish-users] Globbage?

2010-04-06 Thread Michael Lachmann
On 6 Apr 2010, at 17:04, David Frascone wrote: > > Am I the only one who likes filename globbing, ONLY when it works? > One of my biggest annoyances with zsh was the default mode of > globbing everything. And, zsh almost has me trained to glob > properly with fish . . . almost. > > But, in

[Fish-users] Globbage?

2010-04-06 Thread David Frascone
Am I the only one who likes filename globbing, ONLY when it works? One of my biggest annoyances with zsh was the default mode of globbing everything. And, zsh almost has me trained to glob properly with fish . . . almost. But, in zsh, there IS a way to turn it off -- is there in fish? For exampl