eromatiya / rofi-spotlight

Spotlight-like Rofi
MIT License
201 stars 7 forks source link

Speed up navigate_to #11

Closed AethanFoot closed 4 years ago

eromatiya commented 4 years ago

Great work! Thank you for this! Will merge this now!

eromatiya commented 4 years ago

Hey @AethanFoot, I noticed that the folders/files with whitespace are being cut off. What do you think the problem here? Here's a folder with Test Folder name, after searching it, the whitespace and next characters were replaced by ??. Note that both fd and find have this problem.

time

AethanFoot commented 4 years ago

Try changing the $1 in the awk command to $0

eromatiya commented 4 years ago

Try changing the $1 in the awk command to $0

Thanks! That fixed it! The problem now is that there are now ?? at the end of each results.

eromatiya commented 4 years ago

Nevermind, the question marks are from the awk command. Thanks again!