#github #gitlab #cli-tool #clone-jump

app projx

一个简单的GitHub和GitLab的克隆/跳转到项目的命令行工具

1 个不稳定版本

0.1.0 2021年7月23日

#58 in #gitlab

MIT/Apache

7KB
118 代码行

projx

安装

$ cargo install projx

添加到您的Shell配置文件

# The function name defaults to "jx"
eval "$(projx init)"

# Or customize the function name
eval "$(projx init my_func_name)"

用法

$ jx https://github.com/twe4ked/projx
# projx will clone the repo if it doesn't exist, otherwise it will `cd` there
$ cwd
# => $PROJX_DIR/github/twe4ked/projx
$ jx github/twe4ked/dotfiles
# => $PROJX_DIR/github/twe4ked/dotfiles

依赖项

~1.5MB
~48K SLoC