Updated compress-image and ghorg

This commit is contained in:
Brian Zalewski 2024-02-24 03:30:18 +00:00
parent 867ad5aa39
commit aa4db31477
3 changed files with 6 additions and 3 deletions

View file

@ -18,7 +18,7 @@ GHORG_CLONE_PROTOCOL: https
# See https://github.com/gabrie30/ghorg#changing-clone-directories for example
# default: YOUR_HOME_DIR/ghorg
# flag (--path, -p) eg: --path=/tmp/ghorg
GHORG_ABSOLUTE_PATH_TO_CLONE_TO: ~/Projects
GHORG_ABSOLUTE_PATH_TO_CLONE_TO: {{ .chezmoi.homeDir }}/Projects
# Folder ghorg will clone all repos into. Cloning will result in: GHORG_ABSOLUTE_PATH_TO_CLONE_TO/GHORG_OUTPUT_DIR/repo
# See https://github.com/gabrie30/ghorg#changing-clone-directories for example

View file

@ -1,7 +1,10 @@
---
github:
cmd: "ghorg clone megabyte-labs -s github -p ~/GitHub"
cmd: "ghorg clone megabyte-labs -s github --output-dir 'Megabyte-Labs'"
description: "Clones the GitHub megabyte-labs organization repositories"
github-user:
cmd: ghorg clone ProfessorManhattan -s github --clone-type user --output-dir ProfessorManhattan
description: "Clones the GitHub user repositories"
gitlab:
cmd: "ghorg clone megabyte-labs -s gitlab -p ~/GitLab"
cmd: "ghorg clone megabyte-labs -s gitlab --output-dir 'GitLab'"
description: "Clones the GitLab megabyte-labs organization repositories"