1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00

Fish: dir,pagedl; Qute: open better, switchwatch

This commit is contained in:
Phantop 2020-03-16 13:43:24 -04:00
parent b61d9c2850
commit 34af854013
4 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,4 @@
# Defined in /tmp/fish.yHuNyE/dirdl.fish @ line 2
function dirdl
wget -r --no-parent $argv
wget -r -k -p --no-parent --no-clobber -e robots=off $argv
end

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.QZ1PN5/pagedl.fish @ line 2
function pagedl
wget -H -k -p --no-clobber -e robots=off $argv
end

View file

@ -25,9 +25,11 @@ settings:
<Ctrl+w>: tab-close
sa: spawn -u archive
sd: spawn -u open_download
sq: session-load acnh
st: spawn -u switchtor
sw: spawn -u webrecord
sw: open https://webrecorder.io/record/{url}
sx: spawn -u nitterize
ws: open shorten {url}
passthrough:
<Ctrl+Shift+Escape>exit: leave-mode
<Shift+Escape>: null

View file

@ -1,3 +0,0 @@
#!/bin/bash
echo "open https://webrecorder.io/record/$QUTE_URL" >> "$QUTE_FIFO"