Adding my scripts.
This commit is contained in:
parent
6f51cebd29
commit
9e3b9cc441
7 changed files with 78 additions and 0 deletions
7
dmenufilehandler
Executable file
7
dmenufilehandler
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# feed the script with your directory path
|
||||
# and it will list all your files and open them
|
||||
# in your prefered program with xdg-open
|
||||
|
||||
find "$1" | dmenu -l 30 | xargs -I {} xdg-open "{}"
|
Loading…
Add table
Add a link
Reference in a new issue