Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitorgalvao/fog

Unofficial overcast.fm podcast app
https://github.com/vitorgalvao/fog

macos overcast podcast unofficial

Last synced: about 2 months ago
JSON representation

Unofficial overcast.fm podcast app

Awesome Lists containing this project

README

        

### 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](https://overcast.fm/) 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](https://github.com/vitorgalvao/fog/releases).

## Development

Built with [Electron](http://electron.atom.io).

##### 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)