~gjabell/dutm

Strip UTM and tracking parameters from URLs
~gjabell/public-inbox

New mailing list added

3 years ago
~gjabell/dutm

New git repository added

3 years ago

#dutm

A small CLI tool for stripping UTM parameters from a URL.

#Usage

$ echo https://test.com/?utm_campaign=some_nasty_campaign | dutm
https://test.com/

#Installation

Either use go install:

$ go install git.sr.ht/~gjabell/dutm

Or clone locally, Make and install to somewhere in path:

$ git clone https://git.sr.ht/~gjabell/dutm && cd dutm
$ make
$ mv dutm ~/.local/bin

#Contributing

Send patches to ~gjabell/public-inbox@lists.sr.ht