Sounds good. I have tried to use regex to get rid of underscores and hyphens in the filepath name (eg. 'My_Folder' to 'My Folder') without success, so if this helps to achieve that it would be awesome!
Mustache doesn't support filters, for better or worse. I wonder if I should actually switch to a more expressive template library there. If nothing else it's possible to write a custom breadcrumbs plugin though.
WinSCP pulled through, but I guess I'll look into the git push CLI method soon.
Hi Daniil, been working a lot recently, and I finally have time to check out 2.0! I downloaded the windows binary, and transfered the config settings. As for the template, I managed to get it working with breadcrumb_template = "{{name | replace ('_', ' ') | title}}". Thanks for the update!
Thanks for the update! I'm going to release the official 2.0.0 build this week. Did you use the convertor or converted the config by hand?