~gjabell/dutm

CLI tool for stripping UTM and tracking parameters from URLs
dutm: Add more tracking parameters
Add gitignore
doc: Update README

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~gjabell/dutm
read/write
git@git.sr.ht:~gjabell/dutm

You can also use your local clone with git send-email.

#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