diff options
| author | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
|---|---|---|
| committer | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
| commit | 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch) | |
| tree | 2116c49a845dfc0945778f2aa3e2118d72be428b /.cheat/cheat/w3mtips | |
| parent | 8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff) | |
Added the relevent parts of the .config directory. Alss add ssh config
Diffstat (limited to '.cheat/cheat/w3mtips')
| -rw-r--r-- | .cheat/cheat/w3mtips | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.cheat/cheat/w3mtips b/.cheat/cheat/w3mtips new file mode 100644 index 0000000..eb1b027 --- /dev/null +++ b/.cheat/cheat/w3mtips @@ -0,0 +1,34 @@ +# The list of external browsers assigned to w3m are as follows: +# +#extbrowser /home/opensuse/vgg/anaconda3/bin/qutebrowser +#extbrowser2 bash -c 'transmission-remote -a "$0" && notify-send -t 3000 -i emblem-downloads "Adding Torrent" "$0" ' +#extbrowser3 bash -c 'echo -n "$0" | xclip -selection clipboard && notify-send -t 3000 -i edit-copy "W3M URL Yank To Clipboard" "$0"' +#extbrowser4 bash -c 'TS_SOCKET=/tmp/ytdl ts /home/opensuse/vgg/anaconda3/bin/youtube-dl "$0" && notify-send -t 3000 -i package-x-generic "youtube-dl: Downloading" "$0" ' +#extbrowser5 bash -c 'TS_SOCKET=/tmp/w3m ts /usr/bin/aria2c -j 1 -c -d $HOME/Downloads "$0" && notify-send -t 3000 -i package-x-generic "Aria2c: Downloading" "$0" ' +#extbrowser6 bash -c 'TS_SOCKET=/tmp/mpv ts /usr/bin/mpv --ontop --force-window --autofit=500x200 --geometry=-15-50 "$0" && notify-send -t 3000 -i video-x-generic "MPV Queue" "$0"' +#extbrowser7 /usr/bin/firefox +# +# To browse current document using external browsers, use the following Key bindings: + +# For external browser (i.e. qutebrowser see above list) +M + +# to send torrent link to transmission-remote +2M + +# to copy hyperlink to clipboard +3M + +# to download link via youtube-dl +4M + +# to download link via aria +5M + +# to send link to mpv +6M + +# or via firefox +7M + +To browse the link using external browsers, prefix the above key bindings with the ESC key. |
