Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

vitorgalvao/fog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status

The 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.


Fog logo Fog

Fog screenshot

Unofficial Overcast podcast app.

Control playback with keyboard media keys, even when not the frontmost app.

Navigate episodes with and (or j and k).

Keyboard shortcuts: pauses and resumes; rewinds; fast-forwards; goes back to home; deletes the current episode or podcast; saves the current episode.

“Permalink” opens in default browser.

“Share link” and “Share link with timestamp” copy link directly to the clipboard.

Automatically go back to home when episode ends.

Go to specific episode by giving its URL on the command line.

Tweaked user experience when copying and hovering over links.

Fog screenshotFog screenshot

Install

Download the latest version.

Development

Built with Electron.

Commands
  • Install dependencies: npm install
  • Run: npm start
  • Build for macOS: npm run build-macos
  • Build for all platforms: npm run build
  • Build for macOS and package as a zip: npm run package-macos
  • Build for all platforms and package as a zip: npm run package

Currently, 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.

License

The Unlicense (Public Domain, essentially)