Skip to content

Set duplicate file names in Duplicate file dialog (⌘ D) with browser.duplicate.format #16064

Answered by mmefectiva
mmefectiva asked this question in Q&A
Discussion options

You must be logged in to vote

I found the way.

To save the arguments, you must enclose them in double quotes, then in single quotes:

  • Default behavior:
defaults write ch.sudo.cyberduck browser.duplicate.format "'{0} ({1}){2}'"
  • [name].backup.[ext]
defaults write ch.sudo.cyberduck browser.duplicate.format "'{0}.backup{2}'"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dkocher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant