JSPM

  • Created
  • Published
  • Downloads 39
  • Score
    100M100P100Q68127F

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (to-where-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    to-where-cli

    npm version Build Status install size npm downloads

    Currently only supports macOS, Windows

    Use the alias mechanism to help you open obscure URLs that are hard to remember. Helps you to open various addresses of github repositories, straight to the search page of npm, google and other sites.

    Features

    • Open hard-to-remember websites by alias
    • Open various pages of the github repository (issue, pull request, start...)
    • Go straight to the search npm page
    • Go straight to the search github page
    • Go straight to the search google page
    • Go straight to the search bing page
    • Go straight to the search baidu page

    Install

    npm install -g to-where-cli

    Basic usage

    • Add an alias to your address
    tw add home https://github.com/skypesky
    • Open address by alias
    tw home
    • Update the address of the alias
    tw add home https://github.com/skypesky/leetcode-for-javascript
    • List existing alias home
    tw ls home
    • Remove an alias from your address
    tw rm home
    • Show help information
    tw -h

    If you want to know more about the usage, please refer to the documentation.