diff options
author | epoch <epoch@hacking.allowed.org> | 2019-04-20 05:32:27 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2019-04-20 05:32:27 -0500 |
commit | 6f402e2d2f052972886712f60d592684c8671982 (patch) | |
tree | 47a09324bd3c5e577ec5b7059bd6c8834bead115 /start.conf.example | |
parent | d42135919f480c8bba4ca1f043fbabf44dac708f (diff) | |
download | uritools-6f402e2d2f052972886712f60d592684c8671982.tar.gz uritools-6f402e2d2f052972886712f60d592684c8671982.zip |
rebased on an old copy of this repo. renamed everything. rewrote the uri parser. added uricmp. wew.
Diffstat (limited to 'start.conf.example')
-rw-r--r-- | start.conf.example | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/start.conf.example b/start.conf.example deleted file mode 100644 index 6864da3..0000000 --- a/start.conf.example +++ /dev/null @@ -1,8 +0,0 @@ -### start single-quote escapes the url parts so place them inside single-quote or else! -### (if you're given a bad link someone might be able to run shell commands) -finger:printf "%%s\r\n" '%p' | ncat '%d' 79 | tr -d '\r' | xmessage -file - -### new! subshells works -whois:whois "$(printf '%%s\\\\n' '%d' | sed 's/^..*$/-h/')" '%d' '%p' | xmessage -file - -irc:x-terminal-emulator -e irssi -c '%d' -p '%P' -http:dillo '%U' -DEFAULT:xdg-open '%U' |