Newsboat: mpv/feh macros that detach from newsboat/terminal

Created on 23 Apr 2019  路  3Comments  路  Source: newsboat/newsboat

Can anyone help me with an mpv macro that detaches from terminal? The idea is to open several mpvs at the same time, without having to close one before opening the next.

question

Most helpful comment

Alternatively, something like:
macro m set browser "mpv %u </dev/null &>/dev/null &" ; open-in-browser-and-mark-read ; set browser firefox

All 3 comments

rifle can be used in that way. Just set the browser to rifle and and it can take care of that issue.

Alternatively, something like:
macro m set browser "mpv %u </dev/null &>/dev/null &" ; open-in-browser-and-mark-read ; set browser firefox

Thank you, that works perfectly polyzen!

Was this page helpful?
0 / 5 - 0 ratings