aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added special-case of empty input mapping to base-uriHEADmasterepoch2022-10-021-2/+5
|
* man-list was missing for some reasonepoch2022-10-011-0/+21
|
* transposition errorepoch2022-10-011-1/+1
|
* added uri-absolution. from geminiclient, but will be useful here too :)epoch2022-10-012-1/+28
|
* urifromline was crashing when being passed argv[1] directlyepoch2022-09-051-1/+3
|
* Merge branch 'master' of ssh://git.thebackupbox.net/uritoolsepoch2022-09-052-13/+27
|\
| * urigetline now uses malloc()d space for its struct uriepoch2022-09-021-11/+18
| |
| * even less linesepoch2022-08-191-2/+1
| |
| * didn't actually need a goto. found a way to do it with one less line anywayepoch2022-08-191-2/+1
| |
| * Merge branch 'master' of ssh://git.thebackupbox.net/uritoolsepoch2022-08-191-3/+2
| |\
| * | added the ability to use blank match lines to match anythingepoch2022-08-191-0/+2
| | |
| * | limit a prompt to 64 charactersepoch2022-08-191-1/+8
| | |
* | | shitty implementation of titles for man pagesepoch2022-09-051-0/+9
| |/ |/|
* | fix a trailing space on dns titlesepoch2022-08-191-3/+2
|/
* previously did not include rfc-list because it pulls from my gopher server. ↵epoch2022-08-031-0/+5
| | | | oh well.
* moved stuff from urilaunch to urilistepoch2022-06-302-13/+11
|
* added ability to set the colors for choose's dmenu from X resourcesepoch2022-05-251-1/+9
|
* added ability to convert file: URIs for cached wikipedia articles back into ↵epoch2022-02-241-0/+1
| | | | https URIs.
* switched from using $1 in multiple spots to using $uri. set the teminal's ↵epoch2022-02-241-6/+9
| | | | title to the URI so I can copy it out later with tools in xtools repo
* xwindowURI now lives in xtools repoepoch2022-02-242-36/+2
|
* added checks in choose to see if dmenu and pmenu are installedepoch2022-02-171-2/+10
|
* forgot to dep on sqescepoch2022-02-171-1/+1
|
* copy_start_nevermind got a "split" option. added rfc-search to install ↵epoch2022-02-173-1/+12
| | | | target. wikipedia-specific uristart.conf got another line
* added a script to help me find RFCsepoch2022-02-171-0/+5
|
* added better config line parsing. a -v for verbose. and debug messages for ↵epoch2022-02-021-5/+16
| | | | helping find config errors.
* wikipedia search handler added and normal handler updatedepoch2022-02-013-2/+23
|
* wikipedia-handlerepoch2022-02-013-0/+21
|
* choose now uses pmenu if DISPLAY is unsetepoch2022-01-211-1/+1
|
* Merge branch 'master' of ssh://git.thebackupbox.net/uritoolsepoch2022-01-211-3/+11
|\
| * Merge branch 'master' of ssh://git.thebackupbox.net/uritoolsepoch2022-01-191-3/+16
| |\
| * | made QR choice output uri too. added QR-image choice to output to a file and ↵epoch2022-01-191-3/+11
| | | | | | | | | | | | launch it. made shorten use gemini-handler instead of gemini-get directly
* | | removed the share/urn stuff. that lives in a repo named "data". uri title ↵epoch2022-01-215-48/+40
| |/ |/| | | | | now checks for data files. urititle does a unshorten attempt first.
* | Merge branch 'master' of ssh://git.thebackupbox.net/uritoolsepoch2021-12-033-11/+18
|\|
| * added ability to split config file into a handful of smaller files and made ↵epoch2021-11-143-11/+18
| | | | | | | | things that need that data to get it from uristart.conf script
* | dns URIs can now use the "class" param and added file URI support that ↵epoch2021-12-031-3/+16
|/ | | | outputs the mime-type
* 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 ↵epoch2021-11-141-0/+8
| | | | those for some reason
* 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. ↵epoch2021-11-141-2/+6
| | | | nulling it so /real/ errors are easier to spot
* 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. ↵epoch2021-11-144-29/+201
| | | | compare with .sh version.
* choose has a default prompt if it is missing of $0. copy_start_nevermind.sh ↵epoch2021-11-142-2/+13
| | | | now uses -a from geturiline instead of assuming the first option
* 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
| |