> 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.

Reply via email to