Linux command
castero 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch
castero
Import
castero --import [path/to/subscriptions.opml]
Export
castero --export [path/to/feeds.opml]
Show version
castero --version
说明
castero is a terminal-based podcast client that lets users subscribe to RSS podcast feeds, browse episodes, download them for offline playback, and play them directly from the terminal. It uses a curses-based TUI with multiple switchable layouts. Playback is delegated to either VLC or mpv as an external media player backend. Key capabilities include adding, deleting, and reloading podcast feeds, queuing episodes for playback, adjusting volume and playback speed, seeking within episodes, marking episodes as played or unplayed, and filtering or searching within feeds. Subscriptions can be imported and exported via OPML for portability between podcast clients.
参数
- -h, --help
- Show help message and exit.
- -V, --version
- Display version information and exit.
- --import _PATH_
- Path to an OPML file of feeds to import; adds subscriptions and exits.
- --export _PATH_
- Path to save current feeds as an OPML file; exports and exits.
FAQ
What is the castero command used for?
castero is a terminal-based podcast client that lets users subscribe to RSS podcast feeds, browse episodes, download them for offline playback, and play them directly from the terminal. It uses a curses-based TUI with multiple switchable layouts. Playback is delegated to either VLC or mpv as an external media player backend. Key capabilities include adding, deleting, and reloading podcast feeds, queuing episodes for playback, adjusting volume and playback speed, seeking within episodes, marking episodes as played or unplayed, and filtering or searching within feeds. Subscriptions can be imported and exported via OPML for portability between podcast clients.
How do I run a basic castero example?
Run `castero` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -h, --help do in castero?
Show help message and exit.