AI Powered Terminal (Powershell)
- git clone https://github.com/AllAboutAI-YT/ai-terminal.git
- open folder with files
- place files in correct folder (see tutorial)
- set $modulePath to your ps module in profile
- set APIKEY in MyModule.psm1
- open terminal
- Install-Module -Name PSOpenAI
- Install-Module -Name PSReadLine
- restart terminal
- commands:
- use Ask-OpenAI "your question?"
- use TAB to autocomplete inline suggestions
- use ctrl+space to shuffle suggestions
- use ctrl+enter to ask openai about command
you might need to update the profile to use conda
https://github.com/mkht/PSOpenAI
use on your own risk ofc, dont share personal data with openai etc. this is not sec tested