0.0.11 • Published 10 years ago

go-to v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

go-to

通过配置的方式,在terminal中快速定位到常用的文件下,避免每次重复定位的麻烦。

安装方法

npm install -g go-to

go-to只支持Mac only

使用 go-to -c 命令来创建配置文件 配置文件的格式如下示例:

{
    "maoxu" : {
        "dir" : "~/tm/maoxu",
        "openwith" : "open"
    },
    "sell-vm" : {
        "dir" : "~/sell/sell-web/templates",
        "openwith" : "open"
	}
}
  • dir 就是所在的目录
  • openwith 通过go-to -o maoxu的方式,使用open命令打开文件夹,当然你可以配置使用sublime、atom等打开
0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago