summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * auto-convert urn:btih to magnets using an external script on it... not sure ↵epoch2021-10-251-0/+4
| | | | | | | | where that script lives atm.
| * escape the single quotes from the env vars that get exported. stuff with ↵epoch2021-10-251-1/+3
| | | | | | | | x-face data is good for debugging.. derped on a non-empty check of arguments as multiple quoted strings instead of just one.
| * added a program to act as a generic "search" key-combo handler. just ↵epoch2021-10-251-1/+5
| | | | | | | | launches a search URI at the end.
| * added a program to generate a URI based on currently open X11 window data, ↵epoch2021-10-252-2/+39
| | | | | | | | then added it and a gopher-get, and another clipboard selection to top of list in urilaunch. switched to choose from dmenu
| * added a program to convert a string with single-quotes into a shell-escaped ↵epoch2021-10-253-0/+46
| | | | | | | | version because writing that same sed regex over and over was a pain in the ass. also added a ssh handler. read before use. put them in Makefile
| * added reverse match, used defines for match modes, fixed a argument parsing ↵epoch2021-10-251-30/+45
| | | | | | | | bug that would break on the second line of input if using non-simple matching
| * prompt was empty if URL was short enough.epoch2021-10-201-2/+33
| |
| * added ref_src and updated comment about how the list was madeepoch2021-10-121-1/+3
| |
| * choose is now 1337 h4x0r colors by defaultepoch2021-10-051-2/+4
| |
| * Makefile was missing a -D in the install target for a dir that might have ↵epoch2021-09-191-1/+1
| | | | | | | | not existed
| * forgot to actually add the tool. lolepoch2021-09-191-0/+99
| |
| * new tool to filter URI GET paramsepoch2021-09-191-0/+2
| |
| * had an uninitialized variable. *shs at self*epoch2021-08-251-1/+2
| |
* | added a -D to an install command that failed sometimes because missing path ↵epoch2021-10-301-1/+1
| | | | | | | | component
* | added a few more things that can be titledepoch2021-10-301-11/+55
| |
* | xkcd was missing a trailing /epoch2021-10-191-1/+1
| |