mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

Gist upload does not preserve directory hierarchy and correct file names #141

Closed ericwest-boston closed 4 years ago

ericwest-boston commented 4 years ago

Uploaded sublime Package/Users files do not preserve subdirectory structure and further filenames are transformed with %NN character codes. (eg %20 replaces a space)

As a consequence a downloaded gist zip does not expand to the original subdirectory structure and filenames.

Hand editing resolves this, but then that defeats the goal of a simple sync of configuration files.

ericwest-boston commented 4 years ago

Ok.. this may be a non-issue. The JSON-ized filenames are not a problem for the ubuntu/linux realm. However on a Mac, the downloaded gist does not convert as expected. (Embedded %NN chars remain in the filenames)

mfuentesg commented 4 years ago

can you provide the filename that creates this issue?

mfuentesg commented 4 years ago

Closing for inactivity