Junyx's Blog

Thoughts, Experiments, and Discoveries

Created a Utility to Extract Urls

July 17, 2023 — ~junyx

I was exploring my IRC chatlogs and wanted a way to get all urls mentioned in all channels.

So, I created a small command line utility to extract urls from standard input: Check it out here

Usage:

command | python3 urls.py

tags: unix, github, commandline, linux, macos