Skip to content

Instantly share code, notes, and snippets.

@Pl8tinium
Pl8tinium / sh
Last active September 6, 2024 11:46
Github copilot CLI - direct command execution
# used to make github copilot cli directly suggest you the command for fast execution
# usage "ghc please tell me how to get the status of a git repo"
# output
# Recommended command: git status
# Do you want to execute this command? [Y/n]:
# Executing: git status
# On branch main
# ...