talonhub/community

Add PowerShell Compatible Talon User Dir For Windows

Offen

#1.822 geöffnet am 15.04.2025

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (862 Forks)github user discovery
good first issuehelp wanted

Repository-Metriken

Stars
 (873 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 22h) (10 gemergte PRs in 30 T)

Beschreibung

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"

Contributor Guide