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

Lineselect and Vipe

July 17, 2023 — ~junyx

Interesting projects I found today:

lineselect - command line utility to select lines from stdin in the middle of a pipeline

vipe - command line utility to inspect and modify stdin lines in your $EDITOR in the middle of a pipeline

tags: unix, github, linux, commandline