dutm: Add more tracking parameters
Add gitignore
doc: Update README
A small CLI tool for stripping UTM parameters from a URL.
$ echo https://test.com/?utm_campaign=some_nasty_campaign | dutm
https://test.com/
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
Send patches to ~gjabell/public-inbox@lists.sr.ht