Commit e114de9
fix: configure rclone encoding to prevent quoting filenames with spaces
Set rclone encoding to "Slash,InvalidUtf8" to only encode slashes and
invalid UTF-8, preventing rclone from wrapping filenames with spaces
in single quotes (e.g., "Hello World.md" instead of "'Hello World.md'").
Fixes #406
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: phernandez <paul@basicmachines.co>1 parent 045e931 commit e114de9
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
0 commit comments