Version v1.74.0

This commit is contained in:
Nick Craig-Wood
2026-05-01 15:56:56 +01:00
parent 45eb93c3af
commit aa031c51cc
40 changed files with 16430 additions and 3518 deletions
+2 -2
View File
@@ -218,12 +218,12 @@ rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,command=e
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
// Output: stories/The Quick Brown Fox!-20260130
// Output: stories/The Quick Brown Fox!-20260501
```
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
// Output: stories/The Quick Brown Fox!-2026-01-30 0852PM
// Output: stories/The Quick Brown Fox!-2026-05-01 0355PM
```
```console