Re: [dev] [st] New feature idea

2013-04-09 Thread hiro
that's not a valid quote. On 4/9/13, Nick wrote: > Quoth hiro: >> > What are you guys using as a plumber in daily work? >> >> but i have some really awful script here for http addresses: >> for i in `wmiir ls /client|sed 's,/,,'`; do wmiir cat >> /client/${i}/props|grep "opera:Opera" 1>/dev/null

Re: [dev] [st] New feature idea

2013-04-09 Thread Nick
Quoth hiro: > > What are you guys using as a plumber in daily work? > > but i have some really awful script here for http addresses: > for i in `wmiir ls /client|sed 's,/,,'`; do wmiir cat > /client/${i}/props|grep "opera:Opera" 1>/dev/null && wmiir xwrite /ctl > view `wmiir cat /client/${i}/tags`

Re: [dev] [st] New feature idea

2013-04-08 Thread hiro
> preview `find 2012-03*.jpg` | less to me this seems really pointless, you're trying to use specialized tools for something completely different. This reminds me of overloading operators. So perhaps you want to look into C++ and java if you like such monstrous multipurpose bullshit. Then you can

Re: [dev] [st] New feature idea

2013-04-08 Thread hiro
> What are you guys using as a plumber in daily work? i can't use plumber on the output of ls as there is not enough context like the current directory if i just look at the selected text via e.g. xclip. but i have some really awful script here for http addresses: for i in `wmiir ls /client|sed '

Re: [dev] [st] New feature idea

2013-04-08 Thread Joseph Xu
On Sun, Apr 7, 2013 at 4:55 AM, Silvan Jegen wrote: > Sorry to revive this older discussion but I finally found that one > graphical > shell implemented in Webkit that your idea reminded me of. I thought you > might be interested in reading about it (if you haven't already). > > > http://acko.net

Re: [dev] [st] New feature idea

2013-04-07 Thread Silvan Jegen
On Fri, Mar 29, 2013 at 03:05:09PM -0400, Calvin Morrison wrote: > On 29 March 2013 14:54, Raphaël Proust wrote: > > On Fri, Mar 29, 2013 at 6:36 PM, Calvin Morrison > > wrote: > >> On 29 March 2013 14:31, Nick wrote: > >>> […] > >> > >> While I find many of those features useless, some of them

Re: [dev] [st] New feature idea

2013-03-30 Thread Martti Kühne
actually looking at this, thinking... wat? > preview `find 2012-03*.jpg` | less yeah, that's what I also type when I'm drunk, but it's wrong and leaves matching the files to the shell instead of to find. you were looking for -name. > What are you guys using as a plumber in daily work? after see

Re: [dev] [st] New feature idea

2013-03-30 Thread Bastien Dejean
Raphaël Proust: > I don't see how sxhkd can deal with $PWD. My bad: I misread you.

Re: [dev] [st] New feature idea

2013-03-30 Thread Raphaël Proust
On Sat, Mar 30, 2013 at 12:13 PM, Bastien Dejean wrote: > Raphaël Proust: > >> The problem is: xbindkeysrc has now idea about $PWD so it doesn't work >> with relative path. > > https://github.com/baskerville/sxhkd > I'll have a look at the difference between sxhkd and xbindkeys, but I don't see h

Re: [dev] [st] New feature idea

2013-03-30 Thread Bastien Dejean
Raphaël Proust: > The problem is: xbindkeysrc has now idea about $PWD so it doesn't work > with relative path. https://github.com/baskerville/sxhkd

Re: [dev] [st] New feature idea

2013-03-30 Thread Raphaël Proust
On Fri, Mar 29, 2013 at 11:45 PM, Raphaël Proust wrote: > On Fri, Mar 29, 2013 at 6:58 PM, Christoph Lohmann <2...@r-36.net> wrote: >> Greetings. >> >> On Fri, 29 Mar 2013 19:58:39 +0100 Raphaël Proust >> wrote: >>> On Fri, Mar 29, 2013 at 6:36 PM, Calvin Morrison >>> wrote: >>> > On 29 March

Re: [dev] [st] New feature idea

2013-03-29 Thread Raphaël Proust
On Fri, Mar 29, 2013 at 6:58 PM, Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > > On Fri, 29 Mar 2013 19:58:39 +0100 Raphaël Proust wrote: >> On Fri, Mar 29, 2013 at 6:36 PM, Calvin Morrison >> wrote: >> > On 29 March 2013 14:31, Nick wrote: >> >> […] >> > >> > While I find many of tho

Re: [dev] [st] New feature idea

2013-03-29 Thread Strake
On 29/03/2013, Calvin Morrison wrote: > See opening images is not the same as having images on your buffer, namely > for the reason > of being able to look back in your buffer and see the images that have been > opened > > say I wanted all my photos in my collection from 2012, 3rd month, for > m

Re: [dev] [st] New feature idea

2013-03-29 Thread Andrew Hills
On Fri, Mar 29, 2013 at 07:58:39PM +0100, Christoph Lohmann wrote: > What are you guys using as a plumber in daily work? A simple shell script with several lines of "grep -q && exec", with the most commonly used at the top. Previously, I had a system that reordered the entries based on frequency o

Re: [dev] [st] New feature idea

2013-03-29 Thread Calvin Morrison
On 29 March 2013 14:54, Raphaël Proust wrote: > On Fri, Mar 29, 2013 at 6:36 PM, Calvin Morrison > wrote: >> On 29 March 2013 14:31, Nick wrote: >>> […] >> >> While I find many of those features useless, some of them are plain >> cool, and are innovative. Why are we stuck with a text terminal w

Re: [dev] [st] New feature idea

2013-03-29 Thread Christoph Lohmann
Greetings. On Fri, 29 Mar 2013 19:58:39 +0100 Raphaël Proust wrote: > On Fri, Mar 29, 2013 at 6:36 PM, Calvin Morrison > wrote: > > On 29 March 2013 14:31, Nick wrote: > >> […] > > > > While I find many of those features useless, some of them are plain > > cool, and are innovative. Why are we

Re: [dev] [st] New feature idea

2013-03-29 Thread Raphaël Proust
On Fri, Mar 29, 2013 at 6:36 PM, Calvin Morrison wrote: > On 29 March 2013 14:31, Nick wrote: >> […] > > While I find many of those features useless, some of them are plain > cool, and are innovative. Why are we stuck with a text terminal when > we aren't using a tty most of the time? Sure simple

Re: [dev] [st] New feature idea

2013-03-29 Thread Christoph Lohmann
Greetings. On Fri, 29 Mar 2013 19:45:54 +0100 Calvin Morrison wrote: > On 29 March 2013 14:31, Nick wrote: > > So I came across Enlightenment's "Terminology" terminal emulator > > today, and they have many features we don't. > > > > I recommend skimming the ibPziLRGvkg youtube video. > > > > Ho

Re: [dev] [st] New feature idea

2013-03-29 Thread Calvin Morrison
On 29 March 2013 14:31, Nick wrote: > So I came across Enlightenment's "Terminology" terminal emulator > today, and they have many features we don't. > > I recommend skimming the ibPziLRGvkg youtube video. > > How long before we can set videos as the background to our > terminals? I find modern li

[dev] [st] New feature idea

2013-03-29 Thread Nick
So I came across Enlightenment's "Terminology" terminal emulator today, and they have many features we don't. I recommend skimming the ibPziLRGvkg youtube video. How long before we can set videos as the background to our terminals? I find modern life is definitely not distracting enough, and w