Canop/broot

`br` command fails on Windows

开放

#788 创建于 2023年11月10日

 (22 条评论) (1 个反应) (0 位负责人)Rust (213 个派生)batch import
bughelp wantedwindows

仓库指标

星标
 (9,383 个星标)
PR 合并指标
 (平均合并 53分钟) (30 天内合并 1 个 PR)

描述

After installing broot using scoop and executing broot --install to be able to use the br command, I'm met with an error.

> br
File not found: "C:\\Users\\Username\\AppData\\Local\\Temp\\tmpC170.tmp"

I think it's because my username has a space in it, as it duplicated the second word in my username. I looked at the modified $PROFILE, and I'm not sure what's wrong with the br function, though I'm not versed in .ps1 syntax.

贡献者指南