| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | changed up how it tries to grep port and protol info out of /etc/services a bit | epoch | 2020-05-01 | 1 | -2/+2 |
|/ |
|
* | more of the breaking-change. code to get the line moved to external program s... | epoch | 2020-04-20 | 5 | -42/+47 |
* | uristart.conf-breaking changes by using urimatch instead of matching only on ... | epoch | 2020-04-20 | 1 | -1/+23 |
* | made the getsrv only base its port on the last part of a multi-scheme scheme ... | epoch | 2020-04-19 | 1 | -1/+1 |
* | Merge branch 'master' of /var/git/uritools | epoch | 2020-04-16 | 3 | -0/+24 |
|\ |
|
| * | added the "choose" script as copy_start_nevermind uses it | epoch | 2020-04-06 | 2 | -0/+8 |
| * | forgot to add copy_start_nevermind to the install target | epoch | 2020-04-06 | 1 | -0/+1 |
| * | dunno why I never included this script in this repo | epoch | 2020-04-06 | 1 | -0/+15 |
* | | made getsrv use host instead of dig by default. | epoch | 2020-04-16 | 2 | -5/+5 |
|/ |
|
* | fixed urititle. forgot quotes around a semicolon and forgot a space between a... | epoch | 2020-02-06 | 1 | -2/+2 |
* | forgot to put urititle into the install target in the makefile | epoch | 2020-02-05 | 1 | -0/+1 |
* | added urititle because I use this script on multiple computers | epoch | 2020-02-05 | 1 | -0/+37 |
* | commented out stuff that went to stderr in getsrv | epoch | 2020-01-30 | 1 | -3/+3 |
* | added getsrv to Makefile target "install" | epoch | 2020-01-30 | 1 | -0/+1 |
* | Merge branch 'master' of ssh://github.com/kkabrams/uritools | epoch | 2020-01-27 | 1 | -30/+29 |
|\ |
|
| * | it actually works now and is no longer hideous | epoch | 2020-01-25 | 1 | -30/+29 |
* | | added blank lines between output for each URI that way recutils can parse it ... | epoch | 2020-01-27 | 1 | -0/+3 |
|/ |
|
* | put search into the makefile | epoch | 2020-01-21 | 1 | -0/+1 |
* | added a little script that can be used to launch search URIs easily | epoch | 2020-01-21 | 1 | -0/+2 |
* | I fucked up the simple check of whether $1 was --check or not | epoch | 2020-01-21 | 1 | -3/+3 |
* | noticed I was using the deadname for uricut in uriprintf. changed it. | epoch | 2020-01-21 | 1 | -1/+1 |
* | added ability to --check what uristart would do, then noticed I wasn't clippi... | epoch | 2020-01-21 | 1 | -3/+14 |
* | forgot +x on urilaunch | epoch | 2020-01-21 | 1 | -0/+0 |
* | last commit was an in-progress I failed to notice. it should work now. | epoch | 2020-01-21 | 1 | -2/+2 |
* | fixed uriunescape possibly missing an escaped character that landed on a boun... | epoch | 2020-01-21 | 1 | -6/+28 |
* | fixed some signedness warnings and inconsistencies | epoch | 2020-01-21 | 2 | -5/+5 |
* | Merge branch 'master' of https://github.com/kkabrams/uritools | epoch | 2020-01-21 | 4 | -42/+54 |
|\ |
|