Update scripts
This commit is contained in:
12
binaries.org
12
binaries.org
@@ -227,6 +227,15 @@ rofi -dmenu \
|
||||
-p "$(printf "$1" | sed s/://)"
|
||||
#+END_SRC
|
||||
|
||||
* =get-pass= - Get Stored Password
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: get-pass
|
||||
:END:
|
||||
|
||||
#+BEGIN_SRC bash :tangle ~/.local/bin/get-pass
|
||||
pass $1 | sed -n 1p
|
||||
#+END_SRC
|
||||
|
||||
* =screenshot= - Take Screenshot
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: screenshot
|
||||
@@ -1235,10 +1244,9 @@ fi
|
||||
|
||||
# Send the password to the clipboard
|
||||
printf "$pass" | xclip -sel clip && \
|
||||
dunstify 'Password' 'Generated'
|
||||
notify-send 'Password' 'Generated'
|
||||
#+end_src
|
||||
|
||||
|
||||
* =sxhkd-help= - List of keybindings using Rofi
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: sxhkd-help
|
||||
|
||||
Reference in New Issue
Block a user