Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uristart now uses -l 10 for dmenu so you see it more like a browser's ↵ | epoch | 2020-08-06 | 1 | -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 bit | epoch | 2020-05-01 | 1 | -2/+2 |
| | |||||
* | more of the breaking-change. code to get the line moved to external program ↵ | epoch | 2020-04-20 | 1 | -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 ↵ | epoch | 2020-04-20 | 1 | -1/+23 |
| | | | | scheme | ||||
* | made the getsrv only base its port on the last part of a multi-scheme scheme ↵ | epoch | 2020-04-19 | 1 | -1/+1 |
| | | | | (like git+ssh) | ||||
* | I fucked up the simple check of whether $1 was --check or not | epoch | 2020-01-21 | 1 | -3/+3 |
| | |||||
* | added ability to --check what uristart would do, then noticed I wasn't ↵ | epoch | 2020-01-21 | 1 | -3/+14 |
| | | | | clipping ALL of the leading whitespace, so fixed that. | ||||
* | added whitespace, deleted some commented out code, added comments to make ↵ | epoch | 2020-01-21 | 1 | -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" ↵ | epoch | 2019-11-17 | 1 | -1/+8 |
| | | | | in your logs | ||||
* | commented out weird derp+merp scheme code. added urilaunch which is meant to ↵ | epoch | 2019-11-02 | 1 | -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 ↵ | epoch | 2019-04-22 | 1 | -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 ↵ | epoch | 2019-04-20 | 1 | -0/+4 |
parser. added uricmp. wew. |