talonhub/community
Add PowerShell Compatible Talon User Dir For Windows
Ouverte
#1 822 ouverte le 15 avr. 2025
good first issuehelp wanted
Métriques du dépôt
- Stars
- (873 étoiles)
- Métriques de merge PR
- (Merge moyen 3j 22h) (10 PRs mergées en 30 j)
Description
Purely a recommendation as pwsh has started to become the standard Win shell.
In step 3 of the Windows section of the Readme, user is instructed to input the following into Command Prompt:
cd %AppData%\Talon\user
This works in cmd prompt, but throws an error in PowerShell. couldn't find a syntax that works in both as i'm not super familiar with cmd prompt, but adding the following for pwsh might be nice.
cd "~/AppData/Roaming/talon/user"