summaryrefslogtreecommitdiff
path: root/uristart
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-201-24/+3
| | | | 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)
* 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.