diff options
author | epoch <epoch@hacking.allowed.org> | 2019-11-02 05:44:17 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2019-11-02 05:44:17 -0500 |
commit | 59d1d3ebd78cb17d443877179c5fc9d74383a9d5 (patch) | |
tree | a6471c32ed321078092c6ee469fea102848aae6e /urilaunch | |
parent | 8a8602011b11a4f53a96facd4d5dc0c0aed7b6a4 (diff) | |
download | uritools-59d1d3ebd78cb17d443877179c5fc9d74383a9d5.tar.gz uritools-59d1d3ebd78cb17d443877179c5fc9d74383a9d5.zip |
commented out weird derp+merp scheme code. added urilaunch which is meant to be done similar to how dmenu_run gets launched. I use alt+u
Diffstat (limited to 'urilaunch')
-rw-r--r-- | urilaunch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/urilaunch b/urilaunch new file mode 100644 index 0000000..a349502 --- /dev/null +++ b/urilaunch @@ -0,0 +1,3 @@ +#!/bin/sh +#uristart.log /should/ already be uniq'd because of uristart's code now, but might as well not rely on it. +uristart $(cat ~/.cache/uristart.log | sort | uniq | dmenu -p url\> | cut '-d ' -f1) |