From 3a40011b2e35ae6f689cfe87d39bf405417ceed4 Mon Sep 17 00:00:00 2001 From: Elcoid <47006046+Elcoid@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:54:25 -0400 Subject: [PATCH] add links to maintained forks in the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 97433c8..b036d83 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This project is no longer maintained. I no longer have the time, nor the motivation, to maintain it. It may still work for you, but I make no guarantees. I may come back to it at some point in the future, but no guarantees on that either. +In the meantime, you might be interested in these active forks: +* [hullcaster](https://github.com/gilcu3/hullcaster): a fork with many new features; +* [shellcaster-classic](https://codeberg.org/alpin/shellcaster-classic): a "leisurely maintained" fork. + # Shellcaster Shellcaster is a terminal-based podcast manager, built in Rust. It provides a terminal UI (i.e., an ncurses-like interface) to allow users to subscribe to podcast feeds, and sync feeds to check for new episodes. Episodes may be downloaded locally, played with an external media player, and marked as played/unplayed. Keybindings and other options are configurable via a config file.