Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.46 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.46 KB

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