diff options
| author | LM-LCL <hello@exaltedelite.club> | 2023-08-31 01:01:57 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2023-09-01 16:14:09 +0200 |
| commit | 9aa290b9667832c8ae41ed8bc36e57da7a74b9c2 (patch) | |
| tree | 532a98d4561a85952543c609e4ff7c5c45601b5a /rmt-history | |
| parent | fe92c7ac827b18673e1fa89dacfca370dcfd313d (diff) | |
complete script revamp
Diffstat (limited to 'rmt-history')
| -rwxr-xr-x | rmt-history | 15 |
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" - |
