Based on the issue with errors caused by long aliases, and the suggestion to limit the size of path components, it would be good to have an option to limit the total path length generated.

Comments

mikeryan’s picture

Status: Active » Fixed

Done (to be committed later today). Implementation is simplistic, simple truncation at the specified length, if there's interest it could be made smarter (try to truncate at word boundaries, remove extra characters from intermediate components so all components have at least something left, etc.).

mikeryan’s picture

Status: Fixed » Closed (fixed)