extensive update: some cleanup, todo/agenda changes, publishing system, swayfx, WIPs, etc.
This commit is contained in:
4
home/default/.local/bin/pind
Executable file
4
home/default/.local/bin/pind
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
[ -z "$1" ] && echo 'usage: pind <url>' && exit 1
|
||||
read url < <(curl -Ls "$1" | pup 'img attr{src}')
|
||||
curl -LO --no-clobber $url && echo "$url downloaded"
|
Reference in New Issue
Block a user