summaryrefslogtreecommitdiffstats
path: root/bin/hush/p
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hush/p')
-rwxr-xr-xbin/hush/p5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/hush/p b/bin/hush/p
deleted file mode 100755
index dc0ba9c..0000000
--- a/bin/hush/p
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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