From b98f0f496b6739749257804297468fb71845a776 Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Wed, 19 Apr 2023 21:23:42 +0200 Subject: EZown --- rmt-history | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 rmt-history (limited to 'rmt-history') diff --git a/rmt-history b/rmt-history new file mode 100755 index 0000000..dd6880f --- /dev/null +++ b/rmt-history @@ -0,0 +1,15 @@ +#! /bin/bash + +source ./util/hpath + +selected="$(echo "$(cat "$HPATH" | tac)" | dmenu -i \ + -l 20 \ + -p 'Select Link:' \ + -nb '#ffffff' \ + -nf '#000080' \ + -sb '#000080' \ + -sf '#ffffff')" +[ -z "$selected" ] && exit 0 + +./rmt-action "$1" "$selected" + -- cgit v1.2.3