kaktree
kaktree copied to clipboard
Make it work again with files with spaces in filename
Breaking change: no
Description: The previous version did no longer work with files with spaces in the filename. I found that this was caused by double escaping of the space. So, "space directory" became "space\ directory". Now I removed the second escape, so it now correctly becomes "space\ directory" and works again.