Skip to content

alexrudy/urlsplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLSplit

urlsplit is a command line tool for splitting up URLs into component pieces.

Its kind of like having python's urllib.parse.urlparse or rust's url::Url::parse but in command line form. It takes in URLs on individual lines (possibly from a CSV) and spits out all the parts in CSV format.

It works great when combined with xsv, a great library for handling large CSVs on the command line.

About

Quick binary to split up a url into parts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages