Ticket #1907 (assigned enhancement)
F5/F6 append filename to path in "to:" input
Reported by: | powerman | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mc-core | Version: | master |
Keywords: | Cc: | zaytsev | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
It's very useful to slightly alter file name while copy/move file.
Currently it's possible to do using either "source mask" feature or by manually adding full file name to destination path in "to:" input. Masks isn't really intuitive and ease to use for this simple task, it's much more ease just to modify destination file name - this way it works both in mc-mp and far. Also, masks probably much more useful while copy/move multiple files, while just editing old file name is good while copy/move single file.
I propose to automatically append file name to path in "to:" input in F5/F6 dialog windows when only one file (or directory!) involved in copy/move operation.
Attachments
Change History
comment:2 Changed 15 years ago by nickk9
- Owner set to nickk9
- Status changed from new to accepted
- Version changed from 4.7.0-pre3 to 4.7.1
I propose the attached patch to src/file.c. Works fine for me.
comment:3 Changed 14 years ago by angel_il
- Version changed from 4.7.1 to master
- severity changed from no branch to on review
branch: 1907_filename_in_copy
changeset: 97cfc65d2d30d31ea2cb0bc1bc95a09de552ab55
comment:5 Changed 14 years ago by andrew_b
- Status changed from accepted to assigned
- Owner changed from nickk9 to angel_il
comment:6 Changed 14 years ago by angel_il
- Votes for changeset set to angel_il
changeset: 9b5a8dec333a3d9724623c83cc0e60a121b5cc76
comment:7 Changed 14 years ago by slavazanko
- Votes for changeset changed from angel_il to angel_il slavazanko
- severity changed from on review to approved
comment:8 Changed 14 years ago by angel_il
- Status changed from assigned to testing
- Votes for changeset changed from angel_il slavazanko to commited-master
- Resolution set to fixed
- severity changed from approved to merged
comment:9 Changed 14 years ago by zaytsev
- Cc zaytsev added
Stable candidate after testing the 4.7.3 release? I can take care of it...
comment:11 Changed 14 years ago by angel_il
comment:12 Changed 14 years ago by slavazanko
See also #2276
comment:13 Changed 14 years ago by slavazanko
- Status changed from testing to reopened
- Resolution fixed deleted
comment:14 Changed 14 years ago by slavazanko
- Keywords stable-candidate removed
- Votes for changeset commited-master deleted
- severity changed from merged to no branch
comment:16 Changed 13 years ago by andrew_b
- Branch state set to no branch
- Milestone changed from 4.7 to Future Releases
comment:17 Changed 12 years ago by szaszg
Changed 12 years ago by szaszg
- Attachment mc.paste_src_filename.diff added
paste original filename into "to:" field
comment:18 Changed 12 years ago by angel_il
szaszg:
sorry FOR the late response... your feature already has been implemented.
just define 'Store' and 'Paste' in the 'input' section.
You can copy current filename if press shortcut of the 'Store' action (in my case is 'ctrl-c' Store = ctrl-c)
If more than one file is marked then all marked filenames will be stored in to clipboard.
NB: command prompt must be enabled.
comment:19 follow-ups: ↓ 20 ↓ 21 Changed 12 years ago by powerman
Am I understood this correctly: to edit name of copying/moving file I have to
- (once) manually define Paste=ctrl-c
- (every time)
- before F5/F6 press alt-w (default Store)
- press F5/F6
- if forget to alt-w: Esc-Esc-alt-w-F5/F6
- press ctrl-c
- if just realized forget to alt-w: Esc-Esc-alt-w-F5/F6-ctrl-c
How do you call this… let me guess… oh, yeah, it's USABILITY!!
What's wrong with inserting file name by default when copy/move one file?
comment:20 in reply to: ↑ 19 Changed 12 years ago by andrew_b
comment:21 in reply to: ↑ 19 ; follow-ups: ↓ 22 ↓ 23 Changed 12 years ago by angel_il
Replying to powerman:
Am I understood this correctly: to edit name of copying/moving file I have to
- (once) manually define Paste=ctrl-c
- (every time)
- before F5/F6 press alt-w (default Store)
- press F5/F6
- if forget to alt-w: Esc-Esc-alt-w-F5/F6
- press ctrl-c
just use - S-F5/F6 in this case.
comment:22 in reply to: ↑ 21 Changed 12 years ago by powerman
Replying to angel_il:
just use - S-F5/F6 in this case.
You mean:
. F5/F6 to copy/move to target dir
. Tab
. S-F5/F6 to rename
. Tab
And even this will fail if target dir already have file with original name.
Don't get me wrong, I can live (actually I do all these years) without this feature. And I'm in no way insist it MUST!!!111 be added or I'll become crazy and kill someone. :) But this is really cute small feature, which increase usability and compatibility with other file managers, won't break anything, and can't be easily replaced by anything else like alt-w or S-F5/F6.
comment:23 in reply to: ↑ 21 Changed 12 years ago by szaszg
Replying to angel_il:
Replying to powerman:
Am I understood this correctly: to edit name of copying/moving file I have to
- (once) manually define Paste=ctrl-c
- (every time)
- before F5/F6 press alt-w (default Store)
- press F5/F6
- if forget to alt-w: Esc-Esc-alt-w-F5/F6
- press ctrl-c
just use - S-F5/F6 in this case.
As I say in Ticket#2993:
... it is not the same. With s-f5/s-f6 the target directory for copy/move is where the file exists (current_dir), not the other panel's directory (other_dir)... now, how can i copy the other_dir name into "to:"? :-(
comment:24 Changed 8 years ago by andrew_b
- Owner angel_il deleted
- Status changed from reopened to assigned
comment:25 Changed 7 years ago by andrew_b
Ticket #3911 has been marked as a duplicate of this ticket.