mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-27 15:36:49 +00:00
Fish: dir,pagedl; Qute: open better, switchwatch
This commit is contained in:
parent
b61d9c2850
commit
34af854013
|
@ -1,3 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.yHuNyE/dirdl.fish @ line 2
|
||||||
function dirdl
|
function dirdl
|
||||||
wget -r --no-parent $argv
|
wget -r -k -p --no-parent --no-clobber -e robots=off $argv
|
||||||
end
|
end
|
||||||
|
|
4
.config/fish/functions/pagedl.fish
Normal file
4
.config/fish/functions/pagedl.fish
Normal 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
|
|
@ -25,9 +25,11 @@ settings:
|
||||||
<Ctrl+w>: tab-close
|
<Ctrl+w>: tab-close
|
||||||
sa: spawn -u archive
|
sa: spawn -u archive
|
||||||
sd: spawn -u open_download
|
sd: spawn -u open_download
|
||||||
|
sq: session-load acnh
|
||||||
st: spawn -u switchtor
|
st: spawn -u switchtor
|
||||||
sw: spawn -u webrecord
|
sw: open https://webrecorder.io/record/{url}
|
||||||
sx: spawn -u nitterize
|
sx: spawn -u nitterize
|
||||||
|
ws: open shorten {url}
|
||||||
passthrough:
|
passthrough:
|
||||||
<Ctrl+Shift+Escape>exit: leave-mode
|
<Ctrl+Shift+Escape>exit: leave-mode
|
||||||
<Shift+Escape>: null
|
<Shift+Escape>: null
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
echo "open https://webrecorder.io/record/$QUTE_URL" >> "$QUTE_FIFO"
|
|
Loading…
Reference in a new issue