Skip to content
New issue

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

Create a Windows Terminal Profile for aish when installing AI Shell #316

Open
MovGP0 opened this issue Dec 5, 2024 · 1 comment
Open

Comments

@MovGP0
Copy link

MovGP0 commented Dec 5, 2024

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 to 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.

@StevenBucher98
Copy link
Collaborator

Great suggestion! We can look into including this in the next release we do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants