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-to and Move-to #90

Open
Davejkane opened this issue May 31, 2019 · 0 comments
Open

Copy-to and Move-to #90

Davejkane opened this issue May 31, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@Davejkane
Copy link
Owner

Goal

Rather than copy or move to the destination folder, it should be possible to copy or move to a specific destination as a one-off operation. Kind of like a Save As functionality in common gui programs. This should include setting the entire path including the filename.

Implementation

  • Make both a key command and a command mode command for copy-to and move-to. I would suggest C and M as keys, and ct and copy-to and mt and move-to as the short and long commands
  • I would like if possible for the string to be prefilled based on what the path would have been if a regular copy or move was done, and then the user can edit from there.
  • Handling the user editing the middle of the string, and not merely appending and deleting characters from the string might be really complex. It will probably involve iterating over glyphs, handling left and right arrow keys. The ability to navigate within the string and edit it from any point could very much be a follow up feature.
  • This is not a high priority feature.
@Davejkane Davejkane added enhancement New feature or request help wanted Extra attention is needed labels May 31, 2019
@Davejkane Davejkane added this to the 0.5 milestone May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant