This shoris
command-line tool is able to shorten a long url.
- Be able to shorten a long url.
- Be able to custom alias.
- Auto write short URL to clipboard.
Step1:
brew tap borischen0203/shoris
Step2:
brew install shoris
Or
One line command
brew install borischen0203/shoris/shoris
# without alias
$ shoris https://www.youtube.com/watch?v=072tU1tamd0
( *・ω・)✄╰ひ╯ https://tiny.one/pm8ap5fx
Short URL has been saved to clipboard!
# with alias
$ shoris https://www.youtube.com/watch?v=072tU1tamd0 hotpot
( *・ω・)✄╰ひ╯ https://tiny.one/hotpot
Short URL has been saved to clipboard!
- Golang
- Cobra
- Custom alias.
- Auto write to clipboard.