summaryrefslogtreecommitdiff
path: root/uristart
Commit message (Collapse)AuthorAgeFilesLines
* made the getsrv only base its port on the last part of a multi-scheme scheme ↵epoch2020-04-191-1/+1
| | | | (like git+ssh)
* I fucked up the simple check of whether $1 was --check or notepoch2020-01-211-3/+3
|
* added ability to --check what uristart would do, then noticed I wasn't ↵epoch2020-01-211-3/+14
| | | | clipping ALL of the leading whitespace, so fixed that.
* added whitespace, deleted some commented out code, added comments to make ↵epoch2020-01-211-51/+44
| | | | the purpose of certain blocks clearer, escaped backslashes in $line so they get passed to uriprintf right
* made uristart log $2 along with the uri so you can have tags or a "referer" ↵epoch2019-11-171-1/+8
| | | | in your logs
* commented out weird derp+merp scheme code. added urilaunch which is meant to ↵epoch2019-11-021-18/+25
| | | | be done similar to how dmenu_run gets launched. I use alt+u
* found a much bigger uristart from a while ago. re-added and fixed it up to ↵epoch2019-04-221-4/+49
| | | | work better. multi-protocol schemes (example: git+ssh) might not be working yet.
* rebased on an old copy of this repo. renamed everything. rewrote the uri ↵epoch2019-04-201-0/+4
parser. added uricmp. wew.