Skip to content

skanehira/amzn-url-shorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amzn-url-shoter

This is generate short Amazon Web URL.(This is only support region Japan )

$ amzn-url-shorter "https://www.amazon.co.jp/SIM%E3%82%AB%E3%83%BC%E3%83%89-SIM%E5%BE%8C%E6%97%A5%E3%81%8A%E5%B1%8A%E3%81%91-%E3%83%89%E3%82%B3-NIFMO-01-02/dp/B00PLA8OMA"
https://amazon.co.jp/dp/B00PLA8OMA

$ amzn-url-shorter < urls.txt
https://amazon.co.jp/dp/B087GHS748
https://amazon.co.jp/dp/B083ZVZXSW

Usage

$ amzn-url-shorter url
$ amzn-url-shorter < file

Installation

$ go get github.com/skanehira/amzn-url-shorter/cmd/amzn-url-shorter

You also can download from releases

Author

skanehira