diff options
| author | epoch <epoch@hacking.allowed.org> | 2020-03-28 04:14:58 -0500 | 
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2020-03-28 04:14:58 -0500 | 
| commit | c51b01bcd1b4f8d699a691f2119de5cffa786e0f (patch) | |
| tree | 4d4766b2ebb576ede35a69b8b2cb0e6d92cac683 /bin/hackvr_uri | |
| parent | c96e8ca9d79e9fc75359272f30921cbdb2bbaf13 (diff) | |
| download | hackvr-c51b01bcd1b4f8d699a691f2119de5cffa786e0f.tar.gz hackvr-c51b01bcd1b4f8d699a691f2119de5cffa786e0f.zip | |
added hackvr_uri script and fixed the makefile brokenness
Diffstat (limited to 'bin/hackvr_uri')
| -rwxr-xr-x | bin/hackvr_uri | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/bin/hackvr_uri b/bin/hackvr_uri new file mode 100755 index 0000000..a5bc8c5 --- /dev/null +++ b/bin/hackvr_uri @@ -0,0 +1,7 @@ +#!/bin/bash +#this is a version of hackvr that will attempt to launch URIs that your user actions on. +hackvr \ +  | tee \ +     >(sed -un "s/$USER  *action  *<\([^ ]*\)>/\1/p" \ +        | stdbuf -o0 tr '\n' '\0' \ +        | xargs -n1 -0 copy_start_nevermind.sh 2>&1 >/dev/null)  | 
