repo.or.cz
/
dotfiles_afify.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[feat] posix scripts, vim, mutt, gpg, font
[dotfiles_afify.git]
/
.scripts
/
search
blob
5fbf94f4e8fa60af62e5d3603be52618d4838019
1
#!/usr/bin/env bash
2
3
url
=
'https://www.google.com/search?q='
4
if
query
=
$
(
echo
''
| dmenu
-p
"爵"
-sf
"#d65d0e"
-sb
"#111"
);
then
5
surf
"
$url
"
"
$query
"
6
fi