We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing AIShell, it should create an Windows Terminal profile for aish.exe.
aish.exe
This might be implemented as an optional feature for the user to opt-out.
in $env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json add the following to profiles.list:
$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
profiles.list
{ "commandline": "aish.exe", "guid": "{d4d63b2d-eb57-4ca8-af12-5ed5d525a0e5}", "hidden": false, "name": "AI Shell", "startingDirectory": "%USERPROFILE%" }
Also consider other options like providing an icon.
The text was updated successfully, but these errors were encountered:
Great suggestion! We can look into including this in the next release we do!
Sorry, something went wrong.
No branches or pull requests
Summary of the new feature / enhancement
When installing AIShell, it should create an Windows Terminal profile for
aish.exe
.This might be implemented as an optional feature for the user to opt-out.
Proposed technical implementation details (optional)
in
$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
add the following toprofiles.list
:Also consider other options like providing an icon.
The text was updated successfully, but these errors were encountered: