summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* added small table of channel to MHz translation for family radio system ↵epoch2021-04-291-0/+22
| | | | (usually cheap walkie talkies) that is to be used in the made up urn:fcc:frs space
* 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 ↵epoch2021-01-111-1/+11
| | | | | | | | | | | | ietf. also stopped printing ${content_type} because it was showing content type twice. no idea why I changed that in the first place.
* | | /something/ causes uriunescape to mess up when the output buffer is the same ↵epoch2021-03-161-2/+4
| |/ |/| | | | | as the input buffer.
* | 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 ↵epoch2020-12-232-1/+6
| | | | | | | | urn:ietf:rfc resolution now
* | shorten's install noew doesn't bother with chmod, unless you have a ↵epoch2020-12-221-2/+1
|/ | | | "shorten" group.
* added some options to uristart, and made messages that go to stderr prefixed ↵epoch2020-12-221-16/+58
| | | | with uristart:
* 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
|\
| * switched from strcmp to fnmatch in urimatchepoch2020-12-151-1/+2
| |
* | choose now uses ledit if $DISPLAY isn't setepoch2020-12-221-1/+5
|/
* wtf, why did I use LDFLAGS for libs?epoch2020-11-161-1/+1
|
* merge conflict resolvedepoch2020-11-154-8/+86
|\
| * added a shorten program that I use in except for making shortened links on ↵epoch2020-11-163-1/+45
| | | | | | | | epo.k.vu
| * http redirects were being output twice in urititleepoch2020-11-161-3/+5
| |
| * added html over gemini title supportepoch2020-10-191-2/+7
| |
| * added support for gopher links of type 1 and 0epoch2020-10-191-0/+10
| |
| * urititle can now do ftp URIs and if curl errors out on http or https URIs, ↵epoch2020-10-181-5/+12
| | | | | | | | it'll let you know.
| * urititle now will show content-type of gemini links if it isn't text/geminiepoch2020-10-121-2/+12
| |
* | added unshorten.sh which attempts to unshorten shortened URLs. and ↵epoch2020-11-153-0/+37
|/ | | | data_handler... no comment.
* updated urititle from the combined of the version except.py usedepoch2020-10-041-14/+30
|
* now download a lot more bytes to look for <title> because the web is shitepoch2020-08-061-2/+2
|
* urilaunch now passes to copy_start_nevermind instead of directly to ↵epoch2020-08-061-1/+1
| | | | uristart. gotta press enter one more time, but boy is it handy
* uristart now uses -l 10 for dmenu so you see it more like a browser's ↵epoch2020-08-061-1/+1
| | | | location bar. works better for long URIs
* copy_start_nevermind now only shows the user a shortened version, has extra ↵epoch2020-08-062-9/+33
| | | | "verbose" option to see whole thing, and a "forget" option which might be flakey if you select an empty URI
* literal IPv6 addresses in the domain portion were NOT skipping the leading [epoch2020-07-041-0/+1
|
* urilaunch now execs uristart so as to not leave around an extra process just ↵epoch2020-06-221-1/+1
| | | | waiting for its child to die
* basic READMEepoch2020-06-011-0/+21
|
* added a script I am using for resolving URNs into URLs to start. this script ↵epoch2020-06-011-0/+25
| | | | is very alpha. changes may happen everywhere or I might delete it.
* added query_param script. fixed a really dumb bug in uriescapeepoch2020-06-013-1/+4
|
* Merge branch 'master' of ssh://thebackupbox.net:65432/~/uritoolsepoch2020-05-011-1/+1
|\
| * urigetline now ignores blank and commented out linesepoch2020-04-291-1/+1
| |
* | changed up how it tries to grep port and protol info out of /etc/services a bitepoch2020-05-011-2/+2
|/
* more of the breaking-change. code to get the line moved to external program ↵epoch2020-04-205-42/+47
| | | | so it can be rewritten easier. copy_start_nevermind.sh uses it now. cleaned up Makefile styling.
* uristart.conf-breaking changes by using urimatch instead of matching only on ↵epoch2020-04-201-1/+23
| | | | scheme
* made the getsrv only base its port on the last part of a multi-scheme scheme ↵epoch2020-04-191-1/+1
| | | | (like git+ssh)
* Merge branch 'master' of /var/git/uritoolsepoch2020-04-163-0/+24
|\
| * added the "choose" script as copy_start_nevermind uses itepoch2020-04-062-0/+8
| |
| * forgot to add copy_start_nevermind to the install targetepoch2020-04-061-0/+1
| |
| * dunno why I never included this script in this repoepoch2020-04-061-0/+15
| |
* | made getsrv use host instead of dig by default.epoch2020-04-162-5/+5
|/
* fixed urititle. forgot quotes around a semicolon and forgot a space between ↵epoch2020-02-061-2/+2
| | | | a flag and another argument for grep. >_>
* forgot to put urititle into the install target in the makefileepoch2020-02-051-0/+1
|
* added urititle because I use this script on multiple computersepoch2020-02-051-0/+37
|
* commented out stuff that went to stderr in getsrvepoch2020-01-301-3/+3
|
* added getsrv to Makefile target "install"epoch2020-01-301-0/+1
|
* Merge branch 'master' of ssh://github.com/kkabrams/uritoolsepoch2020-01-271-30/+29
|\
| * it actually works now and is no longer hideousepoch2020-01-251-30/+29
| |