tp-to
v1.1.0
Published
Fast open website, like the Town Port Scroll and Teleport abilities in DOTA2.
Downloads
3
Readme
tp-to
Fast open website, like the Town Port Scroll and Teleport abilities in DOTA2.
Install
$ npm i tp-to -g # npm
$ yarn global add tp-to # yarn
Usage
Get started
Basic
# add website
$ tp add gh # https://github.com/
$ tp add npm # https://www.npmjs.com/
$ tp add npm -d # https://docs.npmjs.com/
# open website
$ tp gh # https://github.com/
$ tp npm # https://www.npmjs.com/
$ tp npm -d # https://docs.npmjs.com/
Placeholder
# add website
$ tp add npm -p # https://www.npmjs.com/package/{p}
$ tp add npm -s # https://www.npmjs.com/search?q={s}
$ tp add gh -p=kingback # https://github.com/{p},set default value: kingback
# open website
$ tp npm -p lodash # https://www.npmjs.com/package/lodash
$ tp npm -s react # https://www.npmjs.com/search?q=react
$ tp gh -p # https://github.com/kingback,use default value: kingback
$ tp gh -p tj # https://github.com/tj