GitXplorerGitXplorer
q

open-localhost

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
71fa9c71db4008cdc6569a82c4c02d4baaf84471

update to 1.0.1

qqiuyuntao committed 9 years ago
Unverified
c9c5a9493c5b45d4f5b6a97e94feec28c1be57bd

init

qqiuyuntao committed 9 years ago

README

The README file for this repository.

open-localhost

This is a line tool to open anything you like with chrome.

how to use

  • If you want to open localhost:8001, then you can use command o --p 8001
  • As I'm a Mac user, so I set apache always start. The root directory is /Users/username, and port is 8080.
    • So if I want to open a file, and the file's directory is /Users/username/demo/css/index.js. You can use command like this.
      cd
      o /demo/css/index.js
      
      or
      
      cd /demo/css
      o index.js
      
    • It can also open a directory, not only file. Use command o /demo