Added script info.
This commit is contained in:
parent
55eb7d6a74
commit
a223ad2741
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# A script to list directory in a give path and them after chosing one opening them in alacritty.
|
||||
|
||||
find "$1" -xdev -maxdepth 1 -type d | dmenu -l 5 | xargs -I {} alacritty --working-directory {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue