{"id":13771679,"url":"https://github.com/makew0rld/gemget","last_synced_at":"2026-04-07T19:31:51.767Z","repository":{"id":43605868,"uuid":"261224257","full_name":"makew0rld/gemget","owner":"makew0rld","description":"Command line downloader for the Gemini protocol.","archived":false,"fork":false,"pushed_at":"2025-05-28T15:52:47.000Z","size":85,"stargazers_count":76,"open_issues_count":4,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-01-02T07:19:13.350Z","etag":null,"topics":["command-line","downloader","gemini","gemini-protocol","go","golang","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makew0rld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"makew0rld","ko_fi":"makeworld"}},"created_at":"2020-05-04T15:32:13.000Z","updated_at":"2025-12-09T15:05:28.000Z","dependencies_parsed_at":"2023-12-03T04:23:04.825Z","dependency_job_id":"722bbfdc-3848-4058-ae96-ec189553a9f5","html_url":"https://github.com/makew0rld/gemget","commit_stats":null,"previous_names":["makeworld-the-better-one/gemget"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/makew0rld/gemget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makew0rld%2Fgemget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makew0rld%2Fgemget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makew0rld%2Fgemget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makew0rld%2Fgemget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makew0rld","download_url":"https://codeload.github.com/makew0rld/gemget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makew0rld%2Fgemget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31526665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","downloader","gemini","gemini-protocol","go","golang","hacktoberfest"],"created_at":"2024-08-03T17:00:54.223Z","updated_at":"2026-04-07T19:31:51.752Z","avatar_url":"https://github.com/makew0rld.png","language":"Go","funding_links":["https://github.com/sponsors/makew0rld","https://ko-fi.com/makeworld"],"categories":["Tools"],"sub_categories":["Graphical"],"readme":"# gemget\n\nA command line downloader for the [Gemini protocol](https://gemini.circumlunar.space/).\nIt works well with streams and can print headers for debugging as well.\n\n```\ngemget [option]... URL...\n\nUsage of ./gemget:\n  -e, --add-extension          Add .gmi extensions to gemini files that don't have it, like directories.\n                               \n      --cert string            Path to a PEM encoded TLS client certificate to be sent with the request.\n                               \n      --connect-timeout uint   Max time allowed to form a connection and get the header, in seconds.\n                               Set to 0 for no timeout. (default 15)\n  -d, --directory string       \n                               The directory where downloads go (default \".\")\n      --header                 \n                               Print out (even with --quiet) the response header to stdout in the format:\n                               Header: \u003cstatus\u003e \u003cmeta\u003e\n                               \n  -f, --input-file string      Input file with a single URL on each line. Empty lines or lines starting\n                               with # are ignored. URLs on the command line will be processed first.\n                               \n  -i, --insecure               Skip checking the cert\n                               \n      --key string             Path to a PEM encoded TLS key for the provided client cert.\n                               \n  -m, --max-size string        Set the file size limit. Any download that exceeds this size will\n                               cause an Info output and be deleted.\n                               Leaving it blank or setting to zero bytes will result in no limit.\n                               This flag is ignored when outputting to stdout.\n                               Format: \u003cnum\u003e \u003coptional-byte-size\u003e\n                               Examples: 423, 3.2KiB, '2.5 MB', '22 MiB', '10gib', 3M\n                               \n  -t, --max-time uint          Set the downloading time limit, in seconds. Any download that\n                               takes longer will cause an Info output and be deleted.\n                               \n      --no-progress-bar        Disable the progress bar output.\n                               \n  -o, --output string          Output path, for when there is only one URL.\n                               '-' means stdout and implies --quiet.\n                               It overrides --directory.\n                               \n  -p, --proxy string           A proxy that can requests are sent to instead.\n                               Can be a domain or IP with port. Port 1965 is assumed otherwise.\n                               \n  -q, --quiet                  Neither info strings or the progress bar will be printed.\n                               Note that normally infos are printed to stderr, not stdout.\n                               \n  -r, --redirects uint         How many redirects to follow before erroring out. (default 5)\n  -s, --skip                   Move to the next URL when one fails.\n  --socks string               Host/address for a SOCKS5 proxy\n  --socks-pass string          Password for a SOCKS5 proxy (optional)\n  --socks-user string          Username for a SOCKS5 proxy (optional)\n\n  -v, --version                Find out what version of gemget you're running.\n```\n\n## Project Status\n\ngemget is in maintenance mode. See my [blog post](https://www.makeworld.space/2023/08/bye_gemini.html) for details.\n\n## Installation\nInstall a binary of the most recent release from the [releases page](https://github.com/makeworld-the-better-one/gemget/releases/). On Unix-based systems you will have to make the file executable with `chmod +x \u003cfilename\u003e`. You can rename the file to just `gemget` for easy access, and move it to `/usr/local/bin/`.\n\nIf you have Go installed, you can also install it using the Makefile. Make sure to use GNU Make.\n\n```shell\ngit clone https://github.com/makeworld-the-better-one/gemget\ncd gemget\n# git checkout v1.2.3 # Optionally pin to a specific version instead of the latest commit\nmake\nsudo make install\n```\n\n## Arch Linux\n\nArch Linux users can install gemget from AUR. It has the package name `gemget`, and is maintained by @dalz.\n\n```shell\nyay -S gemget\n```\n\n\n## Features to add\n- [x] Support client certificates\n- [ ] Support interactive input for status code 10 \u0026 11\n\n## License\nThis project is under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakew0rld%2Fgemget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakew0rld%2Fgemget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakew0rld%2Fgemget/lists"}