2022-01-03 12:46:34 -07:00
|
|
|
|
# cloned projects will be nested under the specified directories,
|
|
|
|
|
# allowing for meaningful project grouping. A friendly name is
|
|
|
|
|
# derived from the path
|
|
|
|
|
#
|
|
|
|
|
# e.g. "$HOME/Projects/GitHub" will be called "GitHub" in the CLI
|
|
|
|
|
#
|
|
|
|
|
# directories must be fully-qualified
|
|
|
|
|
CA__DIRS=(
|
|
|
|
|
$(find "$HOME/Projects" -mindepth 1 -maxdepth 1 -type d | sed 's/\/$//')
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
# additional cloning targets; MUST END IN ':' or '/'
|
|
|
|
|
# e.g. 'git@my.githost.com:' or 'git@github.com:w0ryn/'
|
|
|
|
|
CA__KNOWN_TARGETS=(
|
2022-04-20 13:04:08 -06:00
|
|
|
|
'git@yage.io:brown-bag/'
|
2022-01-20 14:46:13 -07:00
|
|
|
|
'git@yage.io:gizmos/'
|
|
|
|
|
'git@yage.io:python/'
|
2022-04-20 12:52:01 -06:00
|
|
|
|
'git@yage.io:rentdynamics/'
|
2022-04-20 13:04:08 -06:00
|
|
|
|
'git@yage.io:wrynegade/'
|
2022-01-10 06:36:34 -07:00
|
|
|
|
'git@github.com:wrynegade/'
|
2022-04-20 13:04:08 -06:00
|
|
|
|
'git@github.com:directus/'
|
2022-01-20 14:46:13 -07:00
|
|
|
|
'https://yage.io/'
|
2022-01-10 06:36:34 -07:00
|
|
|
|
'https://github.com/'
|
|
|
|
|
'https://bitbucket.org/'
|
2022-04-20 13:04:08 -06:00
|
|
|
|
'git@bitbucket.org:wrynegade/'
|
2022-01-03 12:46:34 -07:00
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# run from the specified hot-key
|
|
|
|
|
CA__SHORTCUT=' |