dotfiles/.local/bin/scripts/favicon

5 lines
134 B
Text
Raw Normal View History

2020-03-08 19:58:52 +01:00
#!/bin/bash
2021-07-29 16:02:20 +02:00
# Extract the icon of a given page using duckduckgo
2020-03-08 19:58:52 +01:00
read -p URL? url
xdg-open "https://icons.duckduckgo.com/ip2/$url.ico"