antonmedv / walk

Terminal file manager
MIT License
3.22k stars 89 forks source link

Command line option "--icons" crashes in PowerShell #87

Closed tayopi closed 1 year ago

tayopi commented 1 year ago
PS C:\> llama --version

  llama v1.4.0

PS C:\> llama --icons
panic: open C:\--icons: The system cannot find the file specified.

goroutine 1 [running]:
main.(*model).list(0xc000158000)
        /home/runner/work/llama/llama/main.go:631 +0x2d6
main.main()
        /home/runner/work/llama/llama/main.go:97 +0x19b
PS C:\>

I'm using llama_windows_amd64.exe

tayopi commented 1 year ago

This issue seems to be fixed in release v1.5.2