Keyboard Workflows¶
miniflux-tui-py is designed to keep your hands on the keyboard. The shortcuts below highlight the most common flows for staying in sync with your feeds and navigating quickly between screens.
Staying Updated¶
- Press
rto refresh the selected feed directly from the entry list. - Use
,(comma) to refresh every feed when you want a full sync. - While a refresh is running you’ll see notifications showing progress; the list automatically refreshes afterward.
Sorting And Grouping¶
- Tap
sto cycle through sort modes: date, feed, or status. - Toggle feed grouping with
g; pressl/h(or the arrow keys) to expand or collapse the focused feed. - When grouping is enabled,
Shift+Gexpands every feed andShift+Zcollapses them. - If categories are available, press
cto toggle category grouping—feed grouping is disabled automatically to keep the hierarchy predictable.
Filtering Your Reading Queue¶
ufilters to unread items, whiletshows only starred entries.Enteropens the reader andJ/Kstep through entries using the current sort order.- Use
mto toggle the read state and*to star or un-star an entry without leaving the list.
Searching¶
- Hit
/to activate search (or callset_search_term()from automation). - Once a search term is set, results update live; press
/again to clear the filter or use the “Search cleared” notification shortcut.
Reader Actions¶
Inside the entry reader, the following shortcuts mirror the list view:
mtoggles read/unread,*toggles starred.ssaves the entry using your configured third-party service.oopens the entry in your default browser.ffetches the original content from Miniflux if it’s available.Escreturns to the list without losing your place.
For the full reference, press ? in the application to open the in-app help
screen. That view stays up to date with every release.