Version v1.73.0

This commit is contained in:
Nick Craig-Wood
2026-01-30 20:53:56 +00:00
parent 40f2e847a3
commit f42aa5a586
34 changed files with 10062 additions and 6641 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!-20251121
// Output: stories/The Quick Brown Fox!-20260130
```
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
// Output: stories/The Quick Brown Fox!-2025-11-21 0508PM
// Output: stories/The Quick Brown Fox!-2026-01-30 0852PM
```
```console