This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Feanor306
/
dmenu-feanor
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
0
Tags
101 KiB
C
83.4%
Roff
9.4%
Makefile
4.3%
Shell
2.3%
C++
0.5%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
dmenu-feanor
/
dmenu_run
2 lines
58 B
Raw
Permalink
Blame
History
#!/bin/sh
dmenu_path
|
dmenu
"
$@
"
|
${
SHELL
:-
"/bin/sh"
}
&
Reference in new issue