summaryrefslogtreecommitdiff
path: root/rmt-history
diff options
context:
space:
mode:
Diffstat (limited to 'rmt-history')
-rwxr-xr-xrmt-history15
1 files changed, 0 insertions, 15 deletions
diff --git a/rmt-history b/rmt-history
deleted file mode 100755
index dd6880f..0000000
--- a/rmt-history
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /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"
-