This website requires JavaScript.
Explore
Help
Sign In
ninewise
/
configuration
Watch
1
Star
0
Fork
0
You've already forked configuration
Code
Issues
Pull Requests
Releases
Wiki
Activity
7896a43dec
configuration
/
local
/
bin
/
open.sh
6 lines
112 B
Bash
Raw
Normal View
History
Unescape
Escape
urxvt - open urls smarter
2015-01-10 10:31:29 +01:00
#!/bin/bash
curl -IL
$1
\
|
grep Content-Type
\
|
tail -n
1
\
move away from firefox
2015-06-04 20:59:35 +02:00
|
grep image
&&
feh
$1
||
xdg-open
$1
Reference in New Issue
Copy Permalink