| Commit message (Expand) | Author | Age | Files | Lines |
* | added a program to act as a generic "search" key-combo handler. just launches... | epoch | 2021-10-25 | 1 | -1/+5 |
* | added a program to generate a URI based on currently open X11 window data, th... | epoch | 2021-10-25 | 2 | -2/+39 |
* | added a program to convert a string with single-quotes into a shell-escaped v... | epoch | 2021-10-25 | 3 | -0/+46 |
* | added reverse match, used defines for match modes, fixed a argument parsing b... | epoch | 2021-10-25 | 1 | -30/+45 |
* | prompt was empty if URL was short enough. | epoch | 2021-10-20 | 1 | -2/+33 |
* | added ref_src and updated comment about how the list was made | epoch | 2021-10-12 | 1 | -1/+3 |
* | choose is now 1337 h4x0r colors by default | epoch | 2021-10-05 | 1 | -2/+4 |
* | Makefile was missing a -D in the install target for a dir that might have not... | epoch | 2021-09-19 | 1 | -1/+1 |
* | forgot to actually add the tool. lol | epoch | 2021-09-19 | 1 | -0/+99 |
* | new tool to filter URI GET params | epoch | 2021-09-19 | 1 | -0/+2 |
* | had an uninitialized variable. *shs at self* | epoch | 2021-08-25 | 1 | -1/+2 |
* | added made-up urn:mitre:cve: URN namespace | epoch | 2021-06-14 | 1 | -0/+6 |
* | urnstart now is just a short wrapper around urnresolve that passes the output... | epoch | 2021-04-29 | 1 | -29/+2 |
* | added some whitespace to urilaunch to make it a bit easier for me to read and... | epoch | 2021-04-29 | 1 | -1/+10 |
* | install the share files now | epoch | 2021-04-29 | 1 | -0/+1 |
* | added QR code option to copy_start_nevermind.sh, Makefile now includes urnres... | epoch | 2021-04-29 | 3 | -1/+41 |
* | added small table of channel to MHz translation for family radio system (usua... | epoch | 2021-04-29 | 1 | -0/+22 |
* | Merge branch 'master' of ssh://thebackupbox.net:65432/uritools | epoch | 2021-03-16 | 1 | -1/+11 |
|\ |
|
| * | Merge branch 'master' of ssh://batou.thebackupbox.net:65432/uritools | epoch | 2021-01-11 | 3 | -17/+34 |
| |\ |
|
| * | | added urn:ietf:rfc:#### title based on rfc database you can get from the ietf... | epoch | 2021-01-11 | 1 | -1/+11 |
* | | | /something/ causes uriunescape to mess up when the output buffer is the same ... | epoch | 2021-03-16 | 1 | -2/+4 |
| |/
|/| |
|
* | | switched copy_start_nevermind.sh to use a case instead of multiple ifs | epoch | 2020-12-23 | 1 | -14/+27 |
* | | added urn start to Makefile and use my own rfc site over gopher for urn:ietf:... | epoch | 2020-12-23 | 2 | -1/+6 |
* | | shorten's install noew doesn't bother with chmod, unless you have a "shorten"... | epoch | 2020-12-22 | 1 | -2/+1 |
|/ |
|
* | added some options to uristart, and made messages that go to stderr prefixed ... | epoch | 2020-12-22 | 1 | -16/+58 |
* | urigetline now uses $uristart_config, if set, to find the config file | epoch | 2020-12-22 | 1 | -1/+5 |
* | Merge branch 'master' of ssh://batou.thebackupbox.net:65432/uritools | epoch | 2020-12-22 | 1 | -1/+2 |
|\ |
|
| * | switched from strcmp to fnmatch in urimatch | epoch | 2020-12-15 | 1 | -1/+2 |
* | | choose now uses ledit if $DISPLAY isn't set | epoch | 2020-12-22 | 1 | -1/+5 |
|/ |
|
* | wtf, why did I use LDFLAGS for libs? | epoch | 2020-11-16 | 1 | -1/+1 |
* | merge conflict resolved | epoch | 2020-11-15 | 4 | -8/+86 |
|\ |
|
| * | added a shorten program that I use in except for making shortened links on ep... | epoch | 2020-11-16 | 3 | -1/+45 |
| * | http redirects were being output twice in urititle | epoch | 2020-11-16 | 1 | -3/+5 |
| * | added html over gemini title support | epoch | 2020-10-19 | 1 | -2/+7 |
| * | added support for gopher links of type 1 and 0 | epoch | 2020-10-19 | 1 | -0/+10 |
| * | urititle can now do ftp URIs and if curl errors out on http or https URIs, it... | epoch | 2020-10-18 | 1 | -5/+12 |
| * | urititle now will show content-type of gemini links if it isn't text/gemini | epoch | 2020-10-12 | 1 | -2/+12 |
* | | added unshorten.sh which attempts to unshorten shortened URLs. and data_handl... | epoch | 2020-11-15 | 3 | -0/+37 |
|/ |
|
* | updated urititle from the combined of the version except.py used | epoch | 2020-10-04 | 1 | -14/+30 |
* | now download a lot more bytes to look for <title> because the web is shit | epoch | 2020-08-06 | 1 | -2/+2 |
* | urilaunch now passes to copy_start_nevermind instead of directly to uristart.... | epoch | 2020-08-06 | 1 | -1/+1 |
* | uristart now uses -l 10 for dmenu so you see it more like a browser's locatio... | epoch | 2020-08-06 | 1 | -1/+1 |
* | copy_start_nevermind now only shows the user a shortened version, has extra "... | epoch | 2020-08-06 | 2 | -9/+33 |
* | literal IPv6 addresses in the domain portion were NOT skipping the leading [ | epoch | 2020-07-04 | 1 | -0/+1 |
* | urilaunch now execs uristart so as to not leave around an extra process just ... | epoch | 2020-06-22 | 1 | -1/+1 |
* | basic README | epoch | 2020-06-01 | 1 | -0/+21 |
* | added a script I am using for resolving URNs into URLs to start. this script ... | epoch | 2020-06-01 | 1 | -0/+25 |
* | added query_param script. fixed a really dumb bug in uriescape | epoch | 2020-06-01 | 3 | -1/+4 |
* | Merge branch 'master' of ssh://thebackupbox.net:65432/~/uritools | epoch | 2020-05-01 | 1 | -1/+1 |
|\ |
|
| * | urigetline now ignores blank and commented out lines | epoch | 2020-04-29 | 1 | -1/+1 |