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

"Copy (x) of ..." prefix grows cumulatively for subsequent paste operations #111

Open
imrn opened this issue Feb 21, 2019 · 2 comments
Open

Comments

@imrn
Copy link

imrn commented Feb 21, 2019

  • Copy a file
  • Paste it multiple times in the same directory
  • See the prefix growing as "Copy (2) of Copy (1) of.."
@rodlie
Copy link
Owner

rodlie commented Feb 22, 2019

#42

I think at that time this was "acceptable", I will take a look before finishing 6.2.

@imrn
Copy link
Author

imrn commented Apr 29, 2019

Additionally, I think it is more ergonomic to add a suffix rather than a prefix. Think about this common scenario:

  • Suppose you have many files (sorted in usual accending order) in a directory.
  • Copy one file named "zzzz.ext"
  • Paste it in the same dir.
  • See "Copy (1) of zzzz.ext" appears far away from the original file.
  • You should have to scroll many screens up to access it.
  • zzzz.ext.copy1 (any other suggestion?) may be a better name.
  • It is cheap to select and rename it (using backspace).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants