Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added another line to the example config to show how to make it handle URLs ↵ | epochqwert | 2018-04-10 | 1 | -0/+1 |
| | | | | with an unknown scheme (probably files) and pass them to xdg-open | ||||
* | changed last line in start to run the pipeline in the current shell instead ↵ | epochqwert | 2018-04-10 | 1 | -1/+1 |
| | | | | of a shell not hooked into the terminal | ||||
* | added printfurl and start tools and ignore file. and example config. | epoch | 2018-04-06 | 4 | -0/+13 |
| | |||||
* | added new tools and removed old. commented out prefix to preventing ↵ | epoch | 2018-04-06 | 1 | -8/+6 |
| | | | | overriding env var | ||||
* | added whole URL ability to cuturl | epoch | 2018-04-06 | 1 | -3/+9 |
| | |||||
* | moved url functions into url.h | epochqwert | 2017-08-20 | 2 | -151/+142 |
| | |||||
* | fixed up Makefile | epochqwert | 2017-08-20 | 1 | -3/+8 |
| | |||||
* | actually tested stuff and figured out that the first rule is the default ↵ | epochqwert | 2016-10-11 | 1 | -3/+4 |
| | | | | one. oki doki. | ||||
* | added a couple #includes to get rid of warnings | epochqwert | 2016-10-11 | 1 | -0/+2 |
| | |||||
* | added matching of missing portions of the URL | epochqwert | 2016-10-11 | 1 | -12/+28 |
| | |||||
* | changed the makefile to actually do sane stuff instead of rebuild every time. | epochqwert | 2016-10-11 | 1 | -3/+4 |
| | |||||
* | fuck if I know. I'm tired. moved the magic stuff to url.c. | epochqwert | 2016-05-28 | 5 | -14/+37 |
| | |||||
* | forgot to remove 'D: ' from a printf I was using for debugging. | epochqwert | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | enabled magic by default in cuturl. | epochqwert | 2015-12-30 | 3 | -19/+22 |
| | | | | | | made cuturl print empty string instead of trying to print nulls. matchurl was matching multiple times for things it shouldn't have and not cleaing out the url struct. Makefile now uses -Wall | ||||
* | added D flag to matchurl and added an ifdef to cuturl | epochqwert | 2015-11-11 | 3 | -4/+13 |
| | |||||
* | Forgot Makefile. | epochqwert | 2015-08-22 | 1 | -0/+15 |
| | |||||
* | initial commit. | epochqwert | 2015-08-22 | 4 | -0/+378 |