mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 11:52:47 +00:00
Qute: nitterize
This commit is contained in:
parent
808625abea
commit
bd8b5565ff
|
@ -26,6 +26,7 @@ settings:
|
|||
sa: spawn -u archive
|
||||
sd: spawn -u open_download
|
||||
st: spawn -u switchtor
|
||||
sx: spawn -u nitterize
|
||||
passthrough:
|
||||
<Ctrl+Shift+Escape>exit: leave-mode
|
||||
<Shift+Escape>: null
|
||||
|
|
3
.local/share/qutebrowser/userscripts/nitterize
Executable file
3
.local/share/qutebrowser/userscripts/nitterize
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/fish
|
||||
|
||||
echo open (echo $QUTE_URL | sed 's/www.youtube.com/invidio.us/; s/twitter.com/nitter.net/') >> "$QUTE_FIFO"
|
Loading…
Reference in a new issue