Skip to content

Commit

Permalink
f2
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jan 11, 2025
1 parent bccd61d commit 87cec26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/2023-07-01-pastebin.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@ <h2 class="heading-element">
</div>
<div class="highlight highlight-source-shell">
<pre><span class="pl-c"><span class="pl-c">#</span> If dry run, remove --exec</span>
f2 --replace <span class="pl-s"><span class="pl-pds">"</span>{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}{ext}<span class="pl-pds">"</span></span> --exec

<span class="pl-c"><span class="pl-c">#</span> Include hash md5</span>
f2 --replace <span class="pl-s"><span class="pl-pds">"</span>{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}_{hash.md5}{ext}<span class="pl-pds">"</span></span> --exec

<span class="pl-c"><span class="pl-c">#</span> Include ImageSize (require exiftool)</span>
Expand Down
3 changes: 3 additions & 0 deletions posts/2023-07-01-pastebin.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ fclones group . | fclones remove

```sh
# If dry run, remove --exec
f2 --replace "{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}{ext}" --exec

# Include hash md5
f2 --replace "{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}_{hash.md5}{ext}" --exec

# Include ImageSize (require exiftool)
Expand Down

0 comments on commit 87cec26

Please sign in to comment.