rominf / omf-plugin-autojump

Fish shell plugin for autojump integration
MIT License
2 stars 4 forks source link

Support spaces in directory names #2

Closed Tumetsu closed 4 years ago

Tumetsu commented 4 years ago

If directory had a space in its name e.g. "my folder/" the fzf got a line "my" with rest of the name clipped off. The reason for this was the awk command.

Added also another awk command to strip trailing spaces to make this work.

rominf commented 4 years ago

Thanks @Tumetsu!