Skip to content

serivas/ChatGPTPowerToys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT for PowerToys Run

Build

logo

How to install

If you simply want to install the plugin to get up and running quickly, i suggest downloading the precompiled binaries from the Release section. The installation process goes as follows:

  1. Locate your PowerToys installation (eg. C:\Program Files\PowerToys)
  2. Navigate to \RunPlugins
  3. Unpack the downloaded binaries

Compiling the plugin

  1. Clone the PowerToys repository to your local disk using the command git clone https://github.com/microsoft/PowerToys.git
  2. Navigate to the PowerToys directory using cd PowerToys
  3. Initialize and update submodules with the command git submodule update --init --recursive
  4. Fork the ChatGPTPowerToys repository on GitHub
  5. Clone the fork of ChatGPTPowerToys into the local PowerToys repository by running git clone https://github.com/ferraridavide/ChatGPTPowerToys.git in the PowerToys\src\modules\launcher\Plugins directory
  6. In Visual Studio, add the local clone of ChatGPTPowerToys as an existing project to the PowerToys's Plugins folder (modules\launcher\Plugins)
  7. Compile

For PWA support, see #13

About

Customized version of ChatGPTPowerToys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%