{"id":13571059,"url":"https://github.com/vitorgalvao/fog","last_synced_at":"2025-04-04T07:32:52.233Z","repository":{"id":152741202,"uuid":"47581778","full_name":"vitorgalvao/fog","owner":"vitorgalvao","description":"Unofficial overcast.fm podcast app","archived":true,"fork":false,"pushed_at":"2022-05-08T14:45:34.000Z","size":1440,"stargazers_count":248,"open_issues_count":0,"forks_count":25,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-05T03:37:04.240Z","etag":null,"topics":["macos","overcast","podcast","unofficial"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitorgalvao.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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/vitorgalvao"]}},"created_at":"2015-12-07T21:57:30.000Z","updated_at":"2024-03-16T12:07:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab6d8c0d-cb1f-472b-b205-d812e45ee719","html_url":"https://github.com/vitorgalvao/fog","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorgalvao%2Ffog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorgalvao%2Ffog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorgalvao%2Ffog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorgalvao%2Ffog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitorgalvao","download_url":"https://codeload.github.com/vitorgalvao/fog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247139469,"owners_count":20890236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["macos","overcast","podcast","unofficial"],"created_at":"2024-08-01T14:00:58.016Z","updated_at":"2025-04-04T07:32:47.210Z","avatar_url":"https://github.com/vitorgalvao.png","language":"CSS","funding_links":["https://www.paypal.me/vitorgalvao"],"categories":["CSS","Apps"],"sub_categories":["Unofficial Apps","Open Source"],"readme":"### Project Status\n\nThe app is considered complete. It fulfils its goal and has (to my knowledge) been stable and bug-free for several years. On Apple Silicon Macs, it is deprecated in favour of the iOS Overcast app. On Intel Macs it should continue to work for the foreseeable future. The repository is archived to denote that breaks due to external forces (such as Electron bugs or Overcast site changes) won’t be proactively addressed.\n\n---\n\n# \u003cimg src='https://i.imgur.com/sIH9Q7O.png' width='45' align='center' alt='Fog logo'\u003e Fog\n\n\u003cimg src='http://i.imgur.com/5pVpnMe.png' height='668' align='left' alt='Fog screenshot'\u003e\n\n### Unofficial [Overcast](https://overcast.fm/) podcast app.\n\n\u003e Control playback with keyboard media keys, even when not the frontmost app.\n\n\u003e Navigate episodes with \u003ckbd\u003e↓\u003c/kbd\u003e and \u003ckbd\u003e↑\u003c/kbd\u003e (or \u003ckbd\u003ej\u003c/kbd\u003e and \u003ckbd\u003ek\u003c/kbd\u003e).\n\n\u003e Keyboard shortcuts: \u003ckbd\u003e␣\u003c/kbd\u003e pauses and resumes; \u003ckbd\u003e←\u003c/kbd\u003e rewinds; \u003ckbd\u003e→\u003c/kbd\u003e fast-forwards; \u003ckbd\u003e⌫\u003c/kbd\u003e goes back to home; \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌫\u003c/kbd\u003e deletes the current episode or podcast; \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e↵\u003c/kbd\u003e saves the current episode.\n\n\u003e “Permalink” opens in default browser.\n\n\u003e “Share link” and “Share link with timestamp” copy link directly to the clipboard.\n\n\u003e Automatically go back to home when episode ends.\n\n\u003e Go to specific episode by giving its URL on the command line.\n\n\u003e Tweaked user experience when copying and hovering over links.\n\n\u003cimg src='http://i.imgur.com/6robqC6.png' width='48%' alt='Fog screenshot'\u003e\u003cimg src='https://i.imgur.com/qjs5b7J.png' width='48%' alt='Fog screenshot'\u003e\n\n## Install\n\n[Download the latest version](https://github.com/vitorgalvao/fog/releases).\n\n## Development\n\nBuilt with [Electron](http://electron.atom.io).\n\n##### Commands\n\n- Install dependencies: `npm install`\n- Run: `npm start`\n- Build for macOS: `npm run build-macos`\n- Build for all platforms: `npm run build`\n- Build for macOS and package as a zip: `npm run package-macos`\n- Build for all platforms and package as a zip: `npm run package`\n\nCurrently, only macOS is supported. I do not intend to officially support other platforms in the near future since I cannot consistently and reliably test on them, but am willing to add support if someone wants to collaborate in doing the legwork.\n\n#### License\n\nThe Unlicense (Public Domain, essentially)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorgalvao%2Ffog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitorgalvao%2Ffog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorgalvao%2Ffog/lists"}