Re: [Fish-users] Converting a string like "1 2 3 4 5" into an array seems not too discoverable

2012-08-24 Thread Kristleifur Daðason
Clever! Thank you. On Thu, Aug 23, 2012 at 10:07 AM, Лев Долгов wrote: > I spent an hour of fidgeting with the read, count, etc. command, until I > got that the conversion is possible with > > set str "1 2 3 4 5" > > eval "set b "$str > > Could you put it into the documentation, or "10 useful f

[Fish-users] Converting a string like "1 2 3 4 5" into an array seems not too discoverable

2012-08-24 Thread Лев Долгов
I spent an hour of fidgeting with the read, count, etc. command, until I got that the conversion is possible with > set str "1 2 3 4 5" > eval "set b "$str Could you put it into the documentation, or "10 useful fish tricks"? :) --

Re: [Fish-users] Copying and pasting long commands

2012-08-24 Thread Jan Kanis
I personally wouldn't find it a problem if both the ellipsis and the newline are removed from fish's output. On Fri, Aug 24, 2012 at 6:36 AM, Kevin Ballard wrote: > I'm pretty certain the shell can't prevent the ellipsis from getting into the > clipboard, since Terminal is copying the actual emi