Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preference for Duplicate File Extension #2263

Closed
cyberduck opened this issue Jun 29, 2008 · 2 comments
Closed

Preference for Duplicate File Extension #2263

cyberduck opened this issue Jun 29, 2008 · 2 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

45bbf92 created the issue

would like a preference for the automatic extension added to a filename (currently date and time), when duplicating a file, so that this can be configured by the user.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#3093 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 73fcb16.

Define a different format using

defaults write ch.sudo.cyberduck browser.duplicate.format "{0} ({1}){2}"

where the placeholders will be replaced with

  • {0} with the base filename
  • {1} with the timestamp of the file
  • {2} with the extension in the format .extension if present in the original filename.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants