macOS open url from terminal

open URL && start terminal

  • bash open url in chrome

  • open chrome from terminal

open

https://stackoverflow.com/questions/28162697/how-can-i-open-google-chrome-from-the-terminal-with-the-url-localhost3000

$ open http://localhost:3000

app & path


$ /usr/bin/open -a "/Applications/Google Chrome.app" "http://localhost:8000/"

https://superuser.com/questions/350309/how-can-i-open-a-url-in-google-chrome-from-the-terminal-in-os-x


https://stackoverflow.com/questions/28162697/how-can-i-open-google-chrome-from-the-terminal-with-the-url-localhost3000


xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


最新文章

  1. 别语言之争了,最牛逼的语言不是.NET,也不是JAVA!
  2. RANSAC算法笔记
  3. c#字符串操作方法实例
  4. ecshop上传图片2
  5. c 函数及指针学习 5
  6. 哈希值识别工具hash-identifier
  7. [python]魔术方法
  8. YII 开启URL伪静态
  9. js生成随机字符串或者随机数
  10. ScriptManager的使用方法
  11. 自己总结的ruby on rails 查询方法
  12. sipcal
  13. Sqlite常用sql语句
  14. pdflush的工作原理
  15. 【C++笔记】explicit 指定符
  16. Lua“控制”C
  17. mac中安装 RabbitMQ
  18. c++中虚析构函数
  19. python自动化运维之路~DAY2
  20. Centos 7 RabbitMQ + Haproxy 集群高可用部署

热门文章

  1. Mycat 配置文件解析
  2. 2019HDU多校 Round9
  3. 2019牛客多校 Round2
  4. Gym - 102062A、B、C、D、E、F、G、H
  5. hdu4719 Oh My Holy FFF 线段树维护dp
  6. hdu 1517 Multiplication Game
  7. JavaScript——变量及作用域
  8. Codeforces Round #649 (Div. 2) C. Ehab and Prefix MEXs (构造,贪心)
  9. 在kubernetes集群里集成Apollo配置中心(6)之实战使用apollo分环境管理dubbo服务
  10. leetcode 12 整数转罗马数字 贪心