Closed Tumetsu closed 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.
Thanks @Tumetsu!
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.