Re: [dev] [st] New feature idea
> 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 's,/,,'`; do wmiir cat
/client/${i}/props|grep "opera:Opera" 1>/dev/null && wmiir xwrite /ctl
view `wmiir cat /client/${i}/tags` && wmiir xwrite /tag/sel/ctl select
client ${i}; done; opera -newtab `xclip -o`
it switches to opera and opens the link in there, sorry for the
complexity, my web browser sucks.
Received on Tue Apr 09 2013 - 00:29:13 CEST
This archive was generated by hypermail 2.3.0
: Tue Apr 09 2013 - 00:36:05 CEST