talonhub/community

Add PowerShell Compatible Talon User Dir For Windows

开放

#1,822 创建于 2025年4月15日

 (3 条评论) (0 个反应) (0 位负责人)Python (862 个派生)github user discovery
good first issuehelp wanted

仓库指标

星标
 (873 个星标)
PR 合并指标
 (平均合并 3天 22小时) (30 天内合并 10 个 PR)

描述

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"

贡献者指南