mirror of
https://github.com/rclone/rclone.git
synced 2025-12-23 19:53:53 +00:00
convmv: add convmv command
convmv supports advanced path name transformations for converting and renaming files and directories by applying prefixes, suffixes, and other alterations. For example: rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,uppercase" // Output: STORIES/THE QUICK BROWN FOX!.TXT See help doc for complete details.
This commit is contained in:
@@ -47,7 +47,7 @@ const (
|
||||
var OptionsInfo = fs.Options{{
|
||||
Name: "name_transform",
|
||||
Default: []string{},
|
||||
Help: "TODO",
|
||||
Help: "`--name-transform` introduces path name transformations for `rclone copy`, `rclone sync`, and `rclone move`. These transformations enable modifications to source and destination file names by applying prefixes, suffixes, and other alterations during transfer operations. For detailed docs and examples, see [`convmv`](/commands/rclone_convmv/).",
|
||||
Groups: "Filter",
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user