Re: [dwm] dio-0.1.3

2009-01-05 Thread Anselm R Garbe
2009/1/4 Yoshi Rokuko yoshi.rok...@yokuts.org: On Fri, Jan 02, 2009 at 06:53:10PM +0100, yy wrote: I have been experimenting with user interfaces concepts lately. My first aim was a simple mp3 player. The code has been adapted later to do other tasks, and now it is some sort of generic list

Re: [dwm] dio-0.1.3

2009-01-05 Thread Yoshi Rokuko
I like the idea. A while ago I was thinking about a xlib gui file-opener, your `launcher' dio script reminds me on that ... It would be cool to have more nice xlib apps to create some sort of dwm desktop, I have to try your stuff ;-) My still secret project is about the foundation for that

Re: [dwm] [dclip] dmenu-based clipboard manager

2009-01-05 Thread Delta
On 2009-01-04, 18:52 Szabolcs Nagy (nszabo...@gmail.com) wrote: On 12/31/08, Delta delta.tecb...@gmail.com wrote: on ubuntu, sh is not bash; it is the old sh. I haven't noticed about that, ok then. use #!/bin/bash also i got error message when copy-pasted text with '$' in it (imho

Re: [dwm] [dclip] dmenu-based clipboard manager

2009-01-05 Thread Delta
On 2009-01-05, 14:28 Szabolcs Nagy (nszabo...@gmail.com) wrote: On 1/5/09, Delta delta.tecb...@gmail.com wrote: On 2009-01-04, 18:52 Szabolcs Nagy (nszabo...@gmail.com) wrote: also i got error message when copy-pasted text with '$' in it (imho it should be escaped) What error

Re: [dwm] [dclip] dmenu-based clipboard manager

2009-01-05 Thread Szabolcs Nagy
On 1/5/09, Delta delta.tecb...@gmail.com wrote: On 2009-01-04, 18:52 Szabolcs Nagy (nszabo...@gmail.com) wrote: also i got error message when copy-pasted text with '$' in it (imho it should be escaped) What error message do you get? Do you get it with other characters? sorry, the problem

Re: [dwm] dio-0.1.3

2009-01-05 Thread yy
2009/1/5 Anselm R Garbe garb...@gmail.com: 2009/1/4 Yoshi Rokuko yoshi.rok...@yokuts.org: On Fri, Jan 02, 2009 at 06:53:10PM +0100, yy wrote: I have been experimenting with user interfaces concepts lately. My first aim was a simple mp3 player. The code has been adapted later to do other

[dwm] bash script for managing wireless connections

2009-01-05 Thread Ian Daniher
Hello dwm community! In the honor of the recent plethora of code hitting the mailing list, including the helpful dclip, I decided to share my wifi manager. Passionately disliking network manager but still needing some way of juggling WEP and WPA keys as well as multiple access points for multiple

[dwm] last.fm + youtube downloader scripts

2009-01-05 Thread Ian Daniher
Hello again, While I'm at it, I might as well share a pair of my media scripts which are extremely helpful when it comes to handling web A/V from command line browsers. These two files are various bash scripts I've written [or adjusted] for CLI media-related activities. mcfmod is a heavy

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread bill lam
On Mon, 05 Jan 2009, Ian Daniher wrote: music. youtubedl I am currently working on binding to a hotkey in w3m to allow near-seamless viewing of youtube videos from a command line browser. I also use w3m and interested in how to do download and view youtube. As pointed out, there are only

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread Ian Daniher
Ooops, epic fail on my part. -- Take 2 On 1/5/09, bill lam cbill@gmail.com wrote: On Mon, 05 Jan 2009, Ian Daniher wrote: music. youtubedl I am currently working on binding to a hotkey in w3m to allow near-seamless viewing of youtube videos from a command line browser. I also use w3m

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread bill lam
How to configure w3m to use this youtube-dl ? That is not mentioned in README. -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 唐詩253 崔顥 長干行二首之一 君家何處住 妾住在橫塘 停船暫借問 或恐是同鄉

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread Ian Daniher
Hi All, Perhaps my first 'release' was premature. In testing I found a rather atrocious bug which rendered my script useless with some youtube videos. I just completed a partial rewrite and have tested it with great success. ##CODE## UGETURL=$(curl -s $1 |grep fullscreenUrl)

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread Alexander Polakov
http://www.arrakis.es/~rggi3/youtube-dl/