aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x1337x2
1 files changed, 1 insertions, 1 deletions
diff --git a/1337x b/1337x
index ac10a94..c988144 100755
--- a/1337x
+++ b/1337x
@@ -88,7 +88,7 @@ parse_table()
"$(echo "${link##*/}" | tr '-' ' ')"
;;
esac
- done | "$menu" -p "󰎁 " -il 20 | grep -o '[A-Z][a-z].*' | tr ' ' '-'
+ done | "$menu" -p "󰎁 " -il 20 | sed 's/.* //g' | tr ' ' '-'
unset intbody name link sneed leech size
}