Canop/broot

`br` command fails on Windows

Geschlossen

#788 geöffnet am 10.11.2023

 (22 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (213 Forks)batch import
bughelp wantedwindows

Repository-Metriken

Stars
 (9.383 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 53m) (1 gemergte PR in 30 T)

Beschreibung

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