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

Block or report augustobr1to

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

  5. physics physics Public

    Game Loop and Physics in JS.

    JavaScript

  6. unity-tools unity-tools Public

    A bunch of Unity Engine tools.

    C#