I'm running bash I have to escape it otherwise the shell doesn't autocomplete.
But ls/vim seems to be fine with the path without escaping so I guess I'm wrong.
Anyway, another problem is:
~/git/git.chown.me/ipam (master %=)$ vim ipv6/2a0e\:f43\:\:-48/2a0e\:f43\:<tab><tab>
I get:
2a0e:f43:0:100:-56/ 2a0e:f43:0:fd00::-56/ 2a0e:f43:0:fe00::-56/ 2a0e:f43:0:ff00::-56/ 2a0e:f43::-56/
it's a mess to find the difference between the possibility haha
I'm running bash I have to escape it otherwise the shell doesn't autocomplete.
But ls/vim seems to be fine with the path without escaping so I guess I'm wrong.
Anyway, another problem is: ~/git/git.chown.me/ipam (master %=)$ vim ipv6/2a0e\:f43\:\:-48/2a0e\:f43\:<tab><tab> I get: 2a0e:f43:0:100:-56/ 2a0e:f43:0:fd00::-56/ 2a0e:f43:0:fe00::-56/ 2a0e:f43:0:ff00::-56/ 2a0e:f43::-56/
it's a mess to find the difference between the possibility haha