antonmedv / walk

Terminal file manager
MIT License
3.24k stars 88 forks source link

Hitting escape after selecting a directory/file with a space in the filename fails to cd to that directory #1

Closed bertrandom closed 2 years ago

bertrandom commented 2 years ago

see screencast here: https://asciinema.org/a/PzjK33mYCM7HNKYS4Lh4lGMch

antonmedv commented 2 years ago

Fixed in https://github.com/antonmedv/llama/releases/tag/v1.0.1

Also, now, please use:

function ll {
  llama "$@" 2> /tmp/path && cd "$(cat /tmp/path)"
}