[Req] In-place filename renaming
Moderators: Hacker, petermad, Stefan2, white
[Req] In-place filename renaming
Hi all!
This is my first post here, so excuse me if I did something wrong.
I use TotalCmd so many years! Thanks for the brilliant File Manager!
But I feel inconvinience using in-place filename renaming.
It is often useful for me to switch to an another application during rename, to copy-paste some text from application to the filename.
The issue is than all my work is lost when TotalCmd loses the focus. In comparision the standard Explorer saves the changes.
I would really wish to have an option (in Configuraion for example) to save the last name I entered during switching from TotalCmd.
Is it possible?
This is my first post here, so excuse me if I did something wrong.
I use TotalCmd so many years! Thanks for the brilliant File Manager!
But I feel inconvinience using in-place filename renaming.
It is often useful for me to switch to an another application during rename, to copy-paste some text from application to the filename.
The issue is than all my work is lost when TotalCmd loses the focus. In comparision the standard Explorer saves the changes.
I would really wish to have an option (in Configuraion for example) to save the last name I entered during switching from TotalCmd.
Is it possible?
2cptpicard
Yep, I know it
But In-place editor (Shift+F6) is more suitable for renaming (not moving) file.
If I use F6 for renaming I need to select the path, delete it, then start to edit filename.
I need in-place rename exactly! But I want it to be more comfortable.
I thought it is possible to bring the ideas of improvements in this forum to the developers.
Yep, I know it
But In-place editor (Shift+F6) is more suitable for renaming (not moving) file.
If I use F6 for renaming I need to select the path, delete it, then start to edit filename.
I need in-place rename exactly! But I want it to be more comfortable.
I thought it is possible to bring the ideas of improvements in this forum to the developers.
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
Maybe this AutoHotkey script would be helpful for you:Laplace wrote:I no do not want to give a new name I need to modify existing one in most cases.cptpicard wrote:Overwrite the Pathname of the other window and the filename with your new filename.
It copys automatically the filename - either with or without extension - that is selected by pressing [Shift]+[F6] to the clipboard. Thus you can paste the name in the other Application and change it to your desires and copy it again to the clipboard. Of course you can't use [Shift]+[F6] now for renaming because it would overwrite your new name. But hitting [F6] would do the trick because the filename with path is already selected and a [Ctrl]+[v] or [Shift]+[ins] would overwrite the path with your name and [Enter] makes your renaming permanent.
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
It is interesting, thank you.
But actually it is not the same that I wanted... I believe that the cancelling the renaming while switching to another application is not a good feature and I would even say that it is a bug.
I thought that developers of the TotalCmd could possibly fix this feature (or just give me a change to "turn it off").
But actually it is not the same that I wanted... I believe that the cancelling the renaming while switching to another application is not a good feature and I would even say that it is a bug.
I thought that developers of the TotalCmd could possibly fix this feature (or just give me a change to "turn it off").
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
There is a feature in TC, I dont know if it is intended:
Select the file you want to rename, and select the [..] folder as well, press Shift-F6 for inplace rename, and you are provided with the rename dialog box. Based on this i created this AutoHotkey script:
http://www.ghisler.ch/wiki/index.php/AutoHotkey:_Inplace_rename_with_dialog
This is a quick and dirty solution, make sure you read the comments.
Select the file you want to rename, and select the [..] folder as well, press Shift-F6 for inplace rename, and you are provided with the rename dialog box. Based on this i created this AutoHotkey script:
http://www.ghisler.ch/wiki/index.php/AutoHotkey:_Inplace_rename_with_dialog
This is a quick and dirty solution, make sure you read the comments.
I switched to Linux, bye and thanks for all the fish!
You are genius!!! How did you find that? Very interesting...SanskritFritz wrote:There is a feature in TC, I dont know if it is intended:
Select the file you want to rename, and select the [..] folder as well, press Shift-F6 for inplace rename, and you are provided with the rename dialog box.
I have not tried to use your AutoHotkey script ( 2muchwork!

Have you participated in TotalCmd development or just use it very often?

- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
Simply download AutoHotkey and install, then doubleclick on the script (provide that it is saved in a file with extension *.ahk), enjoy.Laplace wrote: I'll try to grasp how to install your script later. Anyway, many thanks!
sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams