Canop/broot

`br` command fails on Windows

Open

#788 opened on Nov 10, 2023

View on GitHub
 (22 comments) (1 reaction) (0 assignees)Rust (213 forks)batch import
bughelp wantedwindows

Repository metrics

Stars
 (9,383 stars)
PR merge metrics
 (Avg merge 53m) (1 merged PR in 30d)

Description

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.

Contributor guide