Crates.io | projx |
lib.rs | projx |
version | 0.1.0 |
source | src |
created_at | 2021-07-23 03:22:33.361135 |
updated_at | 2021-07-23 03:22:33.361135 |
description | A simple clone/jump to project CLI tool for GitHub and GitLab |
homepage | |
repository | https://github.com/twe4ked/projx |
max_upload_size | |
id | 426101 |
size | 8,614 |
$ cargo install projx
# 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