diff options
author | epoch <epoch@hack.thebackupbox.net> | 2020-01-21 16:24:41 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2020-01-21 16:24:41 +0000 |
commit | 1d0c58a40cdad6f9f00ddab28a8a87e59b101fa7 (patch) | |
tree | e208da3417cb4066f629fd8b02ce4ec9a79fc618 /urilaunch | |
parent | d1d712299808f819634aa9938741de9d5cb38986 (diff) | |
parent | d3f5b8e73bbea0c6b40a10628e00e6cde40aeb66 (diff) | |
download | uritools-1d0c58a40cdad6f9f00ddab28a8a87e59b101fa7.tar.gz uritools-1d0c58a40cdad6f9f00ddab28a8a87e59b101fa7.zip |
Merge branch 'master' of https://github.com/kkabrams/uritools
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..772cf93 --- /dev/null +++ b/urilaunch @@ -0,0 +1,3 @@ +#!/bin/bash +#uristart.log /should/ already be uniq'd because of uristart's code now, but might as well not rely on it. +uristart $(cat <(printf "%s\n" $(xclip -o | head -n1)) <(cat ~/.cache/uristart.log | sort | uniq) | dmenu -p url\> | cut '-d ' -f1) |