如果你现在在一个项目目录下,不用再手动切换到浏览器打开这个项目在 GitHub 的主页
只需要召唤 ogh
就行了, a.k.a. Open GitHub
➜ ~ npm install -g ogh
# in your project root, type `ogh` and press `Enter`
➜ localdb git:(master) ogh
# then your default browser
# will open `https://github.com/egoist/localdb` for you
GitHub: https://github.com/egoist/ogh
1
gilgamesh 2015-11-06 17:13:06 +08:00
有楼主的地方就有光,不,就有我。
|
2
riaqn 2015-11-06 17:40:47 +08:00 via iPhone
这不是一句 bash 么…
|
4
lukertty 2015-11-06 18:06:14 +08:00
比如这样
``` open -a Google\ Chrome https://github.com/egoist/localdb ``` 或者 ``` open https://github.com/egoist/localdb ``` |
5
caoyue 2015-11-06 18:06:57 +08:00
alias ogh="open https://github.$(git config remote.origin.url | cut -f2 -d.)"
|
6
FrankFang128 2015-11-06 18:08:24 +08:00 via Android
。。。
|
9
sox OP 「那么多前端测试工具, mocha 啊 chai 啊 ava 啊都是一坨屎,还不如我 console.log 」😂
|
10
SourceMan 2015-11-06 18:42:02 +08:00 via Android
感谢楼主
|
12
sunjourney 2015-11-06 20:32:30 +08:00
@caoyue 秒了 lz 了
|
13
sox OP @sunjourney that won't work
|
14
oa414 2015-11-06 20:46:29 +08:00 1
github 的 hub 命令行工具可以一键创建仓库设置 origin url 还有 用 hub browse 打开浏览器并转到项目的 github 页面
|
15
oa414 2015-11-06 20:47:20 +08:00
|
16
riaqn 2015-11-06 23:21:26 +08:00 via iPhone
git remote -v | sed -nr '0,/github\.com.*\(fetch\)/s/^origin\s(.+)\.git\s+\(.*\)/\1/p'
貌似可行 |
17
jsthon 2015-11-07 01:05:51 +08:00 via Android
我依然是你的脑残粉
|
18
zhangxiao 2015-11-07 06:49:14 +08:00
coding 环境都是在 vagrant 里,不太用的上。赞一个吧
|
19
zhangxiao 2015-11-07 06:50:18 +08:00
其实看标题我第一反应是在终端渲染我的 GH 主页,激动了一下 - -
|
20
crayygy 2015-11-07 13:54:04 +08:00
一个 alias 不就解决了么...
|