]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/menu: View the file in a new private browser tab
authorOleg Broytman <phd@phdru.name>
Wed, 7 Jun 2023 08:27:11 +0000 (11:27 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 7 Jun 2023 08:46:37 +0000 (11:46 +0300)
.mc/menu

index 0ee123376373f31b4262a6b2d5406681738b4473..cd22a70da96dacd4d84356cd1dd4d160cdcb6df4 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -37,6 +37,10 @@ w  View the file in a new browser window
 t  View the file in a new browser tab
    exec webbrowser-encode-url -e utf-8 -t file://%d/%f
 
++ t lr
+p  View the file in a new private browser tab
+   exec webbrowser -p file://%d/%f
+
 += f \.fb2(\.bz2|\.gz|\.zip)?$ | f \.(chm|epub|htm(l?)|txt|rtf)$ & t lr
 f  View fb2/chm/epub with fbreader
    fbreader %f &