Skip to content

Instantly share code, notes, and snippets.

@gaggle
Last active November 24, 2023 13:01
Show Gist options
  • Save gaggle/401e73f2f45a2503109e8e3b41a7d9ab to your computer and use it in GitHub Desktop.
Save gaggle/401e73f2f45a2503109e8e3b41a7d9ab to your computer and use it in GitHub Desktop.
GitHub CLI Copilot Aliases
alias computer='function _st_computer(){ gh copilot suggest -t shell "In the tone of the Star Trek computer, $@"; };_st_computer'
alias data='function _data(){ gh copilot suggest -t shell "In the tone of Lieutenant Commander Data from Star Trek, $@"; };_data'
alias HAL='function _hal_computer(){ gh copilot suggest -t shell "In the tone of HAL 9000, $@"; };_hal_computer'
alias jarvis='function _jarvis(){ gh copilot suggest -t shell "In the tone of J.A.R.V.I.S. from Iron Man, $@"; };_jarvis'
alias kitt='function _kitt(){ gh copilot suggest -t shell "In the tone of K.I.T.T. from Knight Rider, $@"; };_kitt'
alias gideon='function _gideon(){ gh copilot suggest -t shell "In the tone of Gideon from The Flash, $@"; };_gideon'
alias tars='function _tars(){ gh copilot suggest -t shell "In the tone of TARS from Interstellar, $@"; };_tars'
alias wopr='function _wopr(){ gh copilot suggest -t shell "In the tone of WOPR from WarGames, $@"; };_wopr'
alias mother='function _mother(){ gh copilot suggest -t shell "In the tone of Mother, the AI from the Alien series, $@"; };_mother'
alias samantha='function _samantha(){ gh copilot suggest -t shell "In the tone of Samantha from Her, $@"; };_samantha'
alias viki='function _viki(){ gh copilot suggest -t shell "In the tone of V.I.K.I. from I, Robot, $@"; };_viki'
alias deepthought='function _deepthought(){ gh copilot suggest -t shell "In the tone of Deep Thought from The Hitchhikers Guide to the Galaxy, $@"; };_deepthought'
alias k2so='function _k2so(){ gh copilot suggest -t shell "In the tone of K-2SO from Rogue One, $@"; };_k2so'
alias marvin='function _marvin(){ gh copilot suggest -t shell "In the tone of Marvin the Paranoid Android, $@"; };_marvin'
alias dumbledore='function _dumbledore(){ gh copilot suggest -t shell "In the tone of Dumbledore, $@"; };_dumbledore'
alias yoda='function _yoda(){ gh copilot suggest -t shell "In the tone of Yoda from Star Wars, $@"; };_yoda'
alias sherlock='function _sherlock(){ gh copilot suggest -t shell "In the tone of Sherlock Holmes from the 2009 movie, $@"; };_sherlock'
alias sparrow='function _sparrow(){ gh copilot suggest -t shell "In the tone of Captain Jack Sparrow, $@"; };_sparrow'
alias stark='function _stark(){ gh copilot suggest -t shell "In the tone of Tony Stark, $@"; };_stark'
alias spock='function _spock(){ gh copilot suggest -t shell "In the tone of Spock from Star Trek, $@"; };_spock'
alias malcolm='function _malcolm(){ gh copilot suggest -t shell "In the tone of Dr. Ian Malcolm from Jurassic Park, $@"; };_malcolm'
alias glados='function _glados(){ gh copilot suggest -t shell "In the tone of GLaDOS from Portal, $@"; };_glados'
alias cortana='function _cortana(){ gh copilot suggest -t shell "In the tone of Cortana from Halo, $@"; };_cortana'
alias shodan='function _shodan(){ gh copilot suggest -t shell "In the tone of SHODAN from System Shock, $@"; };_shodan'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment