logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GitHub Codespace - Manage Cloud Dev Environments | Online Free DevTools by Hexmos

Manage cloud development environments with GitHub Codespace. Connect, list, and delete codespaces seamlessly. Free online tool, no registration required.

gh-codespace

Connect and manage your codespaces in GitHub. More information: https://cli.github.com/manual/gh_codespace.

  • Create a codespace in GitHub interactively:

gh codespace create

  • List all available codespaces:

gh codespace list

  • Connect to a codespace via SSH interactively:

gh codespace ssh

  • Transfer a specific file to a codespace interactively:

gh codespace cp {{path/to/source_file}} remote:{{path/to/remote_file}}

  • List the ports of a codespace interactively:

gh codespace ports

  • Display the logs from a codespace interactively:

gh codespace logs

  • Delete a codespace interactively:

gh codespace delete

  • Display help for a subcommand:

gh codespace {{code|cp|create|delete|edit|...}} --help

See Also