Skip to content

Instantly share code, notes, and snippets.

View mator's full-sized avatar
🏠
Working from home

Anatoly Pugachev mator

🏠
Working from home
  • Russia, Moscow
View GitHub Profile
@mator
mator / urlinfo.pl
Last active August 29, 2015 14:27 — forked from atr000/urlinfo.pl
irssi This script will catch incoming urls, grab their <title> and display.
#!/usr/bin/perl -w
# This script will catch incoming urls, grab their <title> and display. It has
# some rudimentary caching.
# WISHLIST
# * grab and add tags, if provided with original msg
# * equivalence rules - some urls are identical
# (like http://42.pl/u/..._description)
# * configurable output (theme item)