Add follow mode (-f) to REQ command (#220)

* feat: add -f (follow) option to req command

Add tail -f style auto-refresh behavior to the req command. When enabled,
new events are automatically displayed instead of being buffered behind
a "X new events" button.
This commit is contained in:
Alejandro
2026-01-27 13:47:19 +01:00
committed by GitHub
parent d69cc1fec6
commit 3282581636
5 changed files with 51 additions and 4 deletions

View File

@@ -162,6 +162,7 @@ export function WindowRenderer({ window, onClose }: WindowRendererProps) {
relays={window.props.relays}
closeOnEose={window.props.closeOnEose}
view={window.props.view}
follow={window.props.follow}
nip05Authors={window.props.nip05Authors}
nip05PTags={window.props.nip05PTags}
domainAuthors={window.props.domainAuthors}