JSPM

  • Created
  • Published
  • Downloads 39
  • Score
    100M100P100Q68147F

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

    Give your URL and folder an alias, and you can open your URL on the browser or open the folder on the file manager through the alias in the future.

    install

    npm install -g to-where-cli

    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 -f
    • List existing aliases and addresses
    tw list
    • Remove an alias from your address
    tw rm home
    • Show help information
    tw -h

    Extra

    • Open the repo, issue, pr address of github
    tw git open -a // Open actions page 
    tw git open --author // Open author profile page 
    tw git open -c // Open committer profile
    tw git open -i // Open issues list page 
    tw git open -m // Open main branch page
    tw git open -p // Open pull request list page
    tw git open -r // Open release page 
    tw git open -s // Open settings page 
    tw git open --sha // Open current sha page
    tw git open -h // display help for command