forgot to add this utility

This commit is contained in:
Phuntsok Drak-pa 2019-10-08 15:09:26 +02:00
parent b8eb7bb966
commit 5ea471d1a7
1 changed files with 5 additions and 0 deletions

5
.local/bin/askpass Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/fish
# Utility to ask password, to be used with dmount and dumount
# inspired from https://github.com/ODEX-TOS/tools/blob/master/rofi/askpass
rofi -dmenu -font 'DejaVu Sans 10' -password -no-fixed-num-lines -p "(printf "$1" | sed s/://)"