summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns URIs can now use the "class" param and added file URI support that output...epoch2021-12-031-3/+16
* added proper default breaks to the end of switchesepoch2021-11-141-1/+2
* rule needs to be signed char because raspi defaults char to unsigned so...epoch2021-11-141-2/+2
* gitignore now has urimatchpairs tooepoch2021-11-141-0/+1
* put an IRI matching regex in a perl script if you're interested in matching t...epoch2021-11-141-0/+8
* sqesc is now being used in uristartepoch2021-11-141-2/+2
* urimatch got an extra check to bail for inappropriate match patternepoch2021-11-141-1/+7
* xclip sometimes outputs an error if there is nothing to use in the buffer. nu...epoch2021-11-141-2/+6
* uristart now asks you if there are multiple matches which one you want to useepoch2021-11-141-5/+16
* ssh_hack was failing if there were no query stringepoch2021-11-141-3/+6
* Makefile got some new things added to the install and build requirementsepoch2021-11-143-1/+6
* urimatchpairs is new, urigetline got rewritten in C and WEW is it fast now. c...epoch2021-11-144-29/+201
* choose has a default prompt if it is missing of $0. copy_start_nevermind.sh n...epoch2021-11-142-2/+13
* Merge branch 'master' of ssh://git.thebackupbox.net/uritoolsepoch2021-10-3014-50/+328
|\
| * urnresolve now resolves the made-up urn:phrackepoch2021-10-301-0/+10
| * meh. lost steam while writing the README. code comments ftw.epoch2021-10-251-11/+34
| * auto-convert urn:btih to magnets using an external script on it... not sure w...epoch2021-10-251-0/+4
| * escape the single quotes from the env vars that get exported. stuff with x-fa...epoch2021-10-251-1/+3
| * added a program to act as a generic "search" key-combo handler. just launches...epoch2021-10-251-1/+5
| * added a program to generate a URI based on currently open X11 window data, th...epoch2021-10-252-2/+39
| * added a program to convert a string with single-quotes into a shell-escaped v...epoch2021-10-253-0/+46
| * added reverse match, used defines for match modes, fixed a argument parsing b...epoch2021-10-251-30/+45
| * prompt was empty if URL was short enough.epoch2021-10-201-2/+33
| * added ref_src and updated comment about how the list was madeepoch2021-10-121-1/+3
| * choose is now 1337 h4x0r colors by defaultepoch2021-10-051-2/+4
| * Makefile was missing a -D in the install target for a dir that might have not...epoch2021-09-191-1/+1
| * forgot to actually add the tool. lolepoch2021-09-191-0/+99
| * new tool to filter URI GET paramsepoch2021-09-191-0/+2
| * had an uninitialized variable. *shs at self*epoch2021-08-251-1/+2
* | added a -D to an install command that failed sometimes because missing path c...epoch2021-10-301-1/+1
* | added a few more things that can be titledepoch2021-10-301-11/+55
* | xkcd was missing a trailing /epoch2021-10-191-1/+1
* | Merge branch 'master' of ssh://git.thebackupbox.net/uritoolsepoch2021-06-141-0/+6
|\|
| * added made-up urn:mitre:cve: URN namespaceepoch2021-06-141-0/+6
* | added default PREFIX value to something "sane"epoch2021-06-141-0/+1
|/
* urnstart now is just a short wrapper around urnresolve that passes the output...epoch2021-04-291-29/+2
* added some whitespace to urilaunch to make it a bit easier for me to read and...epoch2021-04-291-1/+10
* install the share files nowepoch2021-04-291-0/+1
* added QR code option to copy_start_nevermind.sh, Makefile now includes urnres...epoch2021-04-293-1/+41
* added small table of channel to MHz translation for family radio system (usua...epoch2021-04-291-0/+22
* Merge branch 'master' of ssh://thebackupbox.net:65432/uritoolsepoch2021-03-161-1/+11
|\
| * Merge branch 'master' of ssh://batou.thebackupbox.net:65432/uritoolsepoch2021-01-113-17/+34
| |\
| * | added urn:ietf:rfc:#### title based on rfc database you can get from the ietf...epoch2021-01-111-1/+11
* | | /something/ causes uriunescape to mess up when the output buffer is the same ...epoch2021-03-161-2/+4
| |/ |/|
* | switched copy_start_nevermind.sh to use a case instead of multiple ifsepoch2020-12-231-14/+27
* | added urn start to Makefile and use my own rfc site over gopher for urn:ietf:...epoch2020-12-232-1/+6
* | shorten's install noew doesn't bother with chmod, unless you have a "shorten"...epoch2020-12-221-2/+1
|/
* added some options to uristart, and made messages that go to stderr prefixed ...epoch2020-12-221-16/+58
* urigetline now uses $uristart_config, if set, to find the config fileepoch2020-12-221-1/+5
* Merge branch 'master' of ssh://batou.thebackupbox.net:65432/uritoolsepoch2020-12-221-1/+2
|\