Some nyxt changes, rbw and pass changes.
This commit is contained in:
parent
71151f755f
commit
c813c61938
10 changed files with 174 additions and 31 deletions
5
scripts/rbw-rofi
Executable file
5
scripts/rbw-rofi
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
rbw ls --fields folder,name,user | sed 's/\t/\//g' | sort | rofi -dmenu | sed 's/^[^\/]*\///' | sed 's/\// /' | xargs -r rbw get | xclip -l 1
|
Loading…
Add table
Add a link
Reference in a new issue