args
Last updated
Last updated
g
will transform args in the following table
before | after |
---|---|
~ | $HOME |
... | ../.. |
.... | ../../.. |
more dots | ../....... |
But if you have an entry named '.....', g
will not work. You should use --no-path-transform
to disable this feature.