Skip to content

RudraSen2/GitHub-Desktop-context-menu

 
 

Repository files navigation

Quick-install GitHub-Desktop & context menu:

Run the following in Run ⊞+r, or in a Cmd window:

powershell -nop -c "Invoke-WebRequest -Uri 'https://github.com/heetbeet/GitHub-Desktop-context-menu/raw/main/Install%20Github%20Desktop.cmd' -OutFile $env:Temp/_.cmd; Start-Process $env:Temp/_.cmd"

GitHub Desktop context menu

Add a menu in Explorer for your GitHub Desktop installation

image image

Quick-install menus:

Run the following command in Run ⊞+r, or in a Cmd window:

  • Add menu

    powershell -nop -c "Invoke-WebRequest -Uri 'https://github.com/heetbeet/GitHub-Desktop-context-menu/raw/main/Add%20GitHub-Desktop%20context%20menu.cmd' -OutFile $env:Temp/_.cmd; Start-Process $env:Temp/_.cmd"
    
  • Remove menu

    powershell -nop -c "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/heetbeet/GitHub-Desktop-context-menu/main/Remove%20GitHub-Desktop%20context%20menu.cmd' -OutFile $env:Temp/_.cmd; Start-Process $env:Temp/_.cmd"
    

Alternative installation

Run Add GitHub-Desktop context menu.cmd or Remove GitHub-Desktop context menu.cmd from the zip release

About

Add a context menu for Github Desktop to Windows explorer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Batchfile 100.0%