Re: [dev][project] soap - a simple xdg-open replacement

2014-05-05 Thread Amadeus Folego
On Tue, May 06, 2014 at 02:36:58AM +0200, Dmitrij D. Czarkoff wrote: > FRIGN said: > > Am I missing something, or mailcap files already do that? > Agreed, that would be amazing! I would certainly use that!

Re: [dev][project] soap - a simple xdg-open replacement

2014-05-05 Thread Amadeus Folego
Yeah, mailcap format would be amazing, I would use that! On Tue, May 06, 2014 at 02:36:58AM +0200, Dmitrij D. Czarkoff wrote: > FRIGN said: > > A configuration can look like this: > > > > { "\.mp3","st -e mplayer %s" }, > > { "\.(jpg|png|tiff)$","feh %s"}, > > { "\.gif

Re: [dev][project] soap - a simple xdg-open replacement

2014-05-05 Thread Dmitrij D. Czarkoff
FRIGN said: > A configuration can look like this: > > { "\.mp3","st -e mplayer %s" }, > { "\.(jpg|png|tiff)$","feh %s"}, > { "\.gif","wget -O /tmp/tmp.gif %s && gifview -a > /tmp/tmp.gif" }, > { "^(http://|https://)?(www\.)?(youtube.com/watch\?|youtu\.b

[dev] [surf] user certificates

2014-05-05 Thread Markus Teich
Heyho, how to implement user certificates? I did not find any hint in the documentation of webkit-gtk or libsoup… :( --Markus

Re: [dev][project] soap - a simple xdg-open replacement

2014-05-05 Thread FRIGN
On Mon, 5 May 2014 01:23:03 -0400 "Eon S. Jeon" wrote: Hey Eon, > Indeed, this is a huge concern, even though the argument gets escaped > befored being tossed into the shell. no, this is not a huge concern, as discussed. Mentioning this considerably minimal pitfall in the manual is totally suf

Re: [dev] Re: Skype replacements (was: Re: Skype replacements (was:[dev][project] soap - a simple xdg-open replacement))

2014-05-05 Thread hiro
suckless is not about having free lunch. telco companies did a better job than you with your incompetent free software community. yes, my replacemente doesn't have video including nudity. but i would even say that is actually a good technical prevention of trolling. just concentrate on the importan

Re: [dev][project] soap - a simple xdg-open replacement

2014-05-05 Thread Troels Henriksen
"Eon S. Jeon" writes: > Luckily, I came up with an alternative way of passing the argument. This > one uses an environment variable to store the argument, and lets the > shell expand the string for us. I've already implemented it, so you can > check it out. > > https://github.com/esjeon/soap/comm