summaryrefslogtreecommitdiff
path: root/urititle
Commit message (Collapse)AuthorAgeFilesLines
* shitty implementation of titles for man pagesepoch2022-09-051-0/+9
|
* fix a trailing space on dns titlesepoch2022-08-191-3/+2
|
* removed the share/urn stuff. that lives in a repo named "data". uri title ↵epoch2022-01-211-20/+34
| | | | now checks for data files. urititle does a unshorten attempt first.
* dns URIs can now use the "class" param and added file URI support that ↵epoch2021-12-031-3/+16
| | | | outputs the mime-type
* added a few more things that can be titledepoch2021-10-301-11/+55
|
* 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.
* 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
|
* 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
|
* fixed urititle. forgot quotes around a semicolon and forgot a space between ↵epoch2020-02-061-2/+2
| | | | a flag and another argument for grep. >_>
* added urititle because I use this script on multiple computersepoch2020-02-051-0/+37