antonmedv/walk

option --icons crashes if a directory is specified

sol2070 opened this issue · 2 comments

I'm on Arch Linux, with Fish terminal. If I use the --icons option together with a directory, for example:

walk --icons /directory

the program crashes with this error:

panic: open /home/username/--icons: no such file or directory

goroutine 1 [running]:
main.(*model).list(0xc0001ce000)
	/home/runner/work/walk/walk/main.go:593 +0x2d6
main.main()
	/home/runner/work/walk/walk/main.go:101 +0x27b

Thanks for this great program!

Fixed in 1.15.2

You mean the latest v1.5.2? That's actually what I'm using.