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

Extra carriage return of copied file path in clipboard #6643

Closed
cyberduck opened this issue Apr 19, 2012 · 1 comment
Closed

Extra carriage return of copied file path in clipboard #6643

cyberduck opened this issue Apr 19, 2012 · 1 comment
Assignees
Labels
Milestone

Comments

@cyberduck
Copy link
Collaborator

96fa9f9 created the issue

When you copy (Cmd-C) a selected object, the text on the clipboard should not have a carriage return. The carriage return causes problems when pasting the results to command lines because the command is immediately executed after pasting.

Ideally the path would also include a protocol in URL format.

In other words, currently copying, say, an s3 path results in: "/mybucket/file/name.txt\n".
It should be "/mybucket/file/name.txt" or even better "s3://mybucket/file/name.txt". The latter can be used directly in other applications such as s3cmd or hadoop.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 33f9a95.

@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.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants