dotfiles/.local/bin/scripts/favicon

5 lines
134 B
Bash
Executable File

#!/bin/bash
# Extract the icon of a given page using duckduckgo
read -p URL? url
xdg-open "https://icons.duckduckgo.com/ip2/$url.ico"