Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

ty-open

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ty-open

Site Favorites For Terminal

latest
Source
npmnpm
Version
1.1.8
Version published
Maintainers
1
Created
Source

##ty-open

install

npm install ty-open -g

usage

usage: to [command] [args...] [options] 
commands: add, ls, rm, bak, res
  add, add a site, eg: to add npm "https://www.npmjs.com/" 
    options: -s, -d 
      -s, --ssl, use "https" as the protocol, no need to specify it 
      -d, --default, set default url (used when no arguments are provided)
      -f, --force, add a site without checking the url
  ls, list sites, eg: to ls npm 
    options: -t 
      -t, --tree, will list the sites in a tree 
  rm, delete a site, eg: to rm npm 
    options: -f, -c 
      -f, --force, delete the site without prompt 
      -c, --children, only delete the children sites under the namespace 
  bak, export current config file, eg: to bak [path], default path is current dir
  res, import config file, eg: to res <config_file_path>
    options: -m
      -m, --merge, merge custom config file and current config file, default is false 
when command is the site name or a valid url, will open the default browser directly 
eg: to npm, will open "https://www.npmjs.com" 

notice: add, rm, ls, bak and res are retained for this command, you can not use them as a site name, eg: to add rm "https://..." is invalid

license

MIT

Keywords

command

FAQs

Package last updated on 07 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts