supercrabtree / k

k is the new l, yo
1.78k stars 123 forks source link

Cant handle filename or dirname contain spaces? #74

Closed circleous closed 6 years ago

circleous commented 7 years ago
→ touch k\ k\ k\ k\ k

→ k
k:zstat:250: ./k: no such file or directory
k:zstat:250: k: no such file or directory
k:zstat:250: k: no such file or directory
k:zstat:250: k: no such file or directory
k:zstat:250: k: no such file or directory
total 0

→ la
total 8.0K
drwxr-xr-x 2 kyra users 4.0K Nov 27 12:43 ./
drwx------ 4 kyra users 4.0K Nov 27 12:42 ../
-rw-r--r-- 1 kyra users    0 Nov 27 12:43 'k k k k k'

la alias for ls -lahF

perryprog commented 7 years ago

Bump? Kinda makes it a bit unusable. Might just make a fork/pull request.

EDIT: I do not understand how this works... 😢

circleous commented 7 years ago

After, remove all ls aliases. k seems to work normally.

perryprog commented 7 years ago

Are you saying remove all ls aliases? Not sure why that would help...

circleous commented 7 years ago

Me neither. After moving to a new machines, I havent restored my dotfiles for zsh yet. Installing k manually, and it works fine.

perryprog commented 7 years ago

Cool. I'll try reinstalling.

perryprog commented 7 years ago

Didn't fix it 😢

supercrabtree commented 6 years ago

I'm sorry, there must be something funky with your setup as your example works fine for me.