Skip to content
View augustofbs's full-sized avatar
:electron:
:electron:

Block or report augustofbs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Clone all organization repositories ... Clone all organization repositories using GitHub CLI.
    1
    gh repo list myorgname --limit 1000 | while read -r repo _; do
    2
      gh repo clone "$repo" "$repo"
    3
    done
  2. Export all installed VSCode extensions. Export all installed VSCode extensions.
    1
    ​code --list-extensions | sed -e 's/^/code --install-extension /' > extensions.sh
  3. coodyapp/cheat-sheet coodyapp/cheat-sheet Public

    A comprehensive collection of programming tips.

  4. coodyapp/sh coodyapp/sh Public

    A comprehensive collection of Shell Scripts.

    Shell