summaryrefslogtreecommitdiffstats
path: root/bin/hush/p
blob: dc0ba9c738a9caf9a07171c5dd54e3a1a898117f (plain) (blame)
1
2
3
4
5
#!/bin/bash
set -eu
set -o pipefail

rbw ls --fields name,user,folder | perl -plE'/^([^\t]*)\t([^\t]*)\t([^\t]*)$/; $_ = join("/", grep { length } ($3, $1, $2)) . "\t$_"' | sort | fzf --with-nth=1 | perl -ple'/^([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)$/; $_ = "$2 $3"' | xargs -r rbw get