aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make main.go more readableHEADmasteraqua2021-08-041-42/+33
|
* Rename GeminiConn to GeminiURIaqua2021-08-043-50/+35
|
* Move gemini code into its own moduleaqua2021-08-045-6/+17
|
* gemcat can now do multiple requests at onceaqua2021-08-021-23/+46
| | | | | - first do any requests specified in the -i (input) flag - then do any requests given as arguments
* Implement -host flagaqua2021-07-293-19/+32
|
* Rename readme fileaqua2021-07-292-0/+0
|
* Add -o (output) flagaqua2021-07-292-10/+25
|
* Add readme and licenseaqua2021-07-293-0/+49
|
* Split off Gemini code into gemini.goaqua2021-07-293-59/+135
|
* Properly get hostname from requestsaqua2021-07-291-4/+23
|
* Use cmd args to get request urlaqua2021-07-281-2/+26
|
* Initial commitaqua2021-07-282-0/+51