Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Fix file name formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
langningchen committed Dec 23, 2023
1 parent de37cdb commit 38fad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Rename rules:
- `[E]`: File extension (e.g. "txt")
- `[N]`: File name, same as "[F][.][E]" (e.g. "file")
- `[D]`: File directory (e.g. "Folder")
- `[N:a~b]` `[F:a~b]` `[E:a~b]` `[D:a~b]` `[P:a~b]`: File name from a to b, if a or b is less than 0, then count from the end of the string (e.g. [N1~3]="fil" [N1~-2]="fi" [N-3~-1]="ile")
- `[N:a~b]` `[F:a~b]` `[E:a~b]` `[D:a~b]` `[P:a~b]`: File name from a to b, if a or b is less than 0, then count from the end of the string (e.g. `[N1~3]`="fil" `[N1~-2]`="fi" `[N-3~-1]`="ile")
- `[S]`: File size in bytes (e.g. "1024")
- `[T]` `[C]` `[W]` `[A]`: Current time or file last create/write/access time (e.g. "2019-01-01 00:00:00")
- `[T]` `[C:format]` `[W:format]` `[A:format]`: Current time or file last create/write/access time with format, format is the same as strftime (e.g. "2019-01-01 00:00:00")
Expand Down

0 comments on commit 38fad3f

Please sign in to comment.