Selecting files with same name or name+ext

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
mSnus
Junior Member
Junior Member
Posts: 5
Joined: 2018-11-16, 08:27 UTC

Selecting files with same name or name+ext

Post by *mSnus »

Suppose you have a list of files like
_DSC8038.xmp
_DSC8032.xmp
_DSC8030.xmp
_DSC8021.xmp
_DSC8019.xmp

I would like to be able to select files with the same names but different extensions, like
_DSC8038.raw
_DSC8032.raw
_DSC8030.raw
_DSC8021.raw
_DSC8019.raw

And also to be able to select files with exactly same names+extensions on another panel.

Is there any way to create such plugin or command?
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Selecting files with same name or name+ext

Post by *tuska »

mSnus wrote: 2021-04-12, 10:45 UTC I would like to be able to select files with the same names but different extensions, like
_DSC8038.raw ...
HISTORY.txt wrote:10.03.21 Release Total Commander 10.00 public beta 1
02.03.21 Added: New internal field tc->partner file with other extension finds e.g. all jpg files
where there is a raw file with the same name in the same directory (32/64)
  1. Search in separate process... Alt+Shift+F7
  2. Delete field content from field "Search in:"
  3. Click on the "Plugins" tab
  4. [✓] Search in plugins

    Code: Select all

    Plugin	Property				OP	Value
    tc	partner file with other extension	=	xmp
  5. Click on the "Load/Save" tab
  6. Click on button "Save"
  7. Template name, e.g. Partner_file_with_extension_XMP (no space in the name!), Button "OK", Button "Cancel"
  8. Change to the folder with .xmp and .raw files
  9. Menu "Show" - "Custom... Ctrl+F12" -> click on: Partner_file_with_extension_XMP (>Partner_file_with_extension_XMP is shown), OK
  10. Result: Files with extension .raw are shown (file filter for .raw files)
  11. Remove file filter for .raw files: Menu "Show" - "All Files Ctrl+F10"
mSnus wrote: 2021-04-12, 10:45 UTC And also to be able to select files with exactly same names+extensions on another panel.
What do you mean exactly?
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6449
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Selecting files with same name or name+ext

Post by *Horst.Epp »

The command to select files with exactly same names+extensions on another panel
Make this button

Code: Select all

TOTALCMD#BAR#DATA
cm_SelectAllBoth,cm_CopyNamesToClip,cm_FocusTrg,cm_GoToFirstEntry,cm_ClearAll,cm_LoadSelectionFromClip,cm_CopyNamesToClip,cm_FocusTrg,cm_ClearAll,cm_LoadSelectionFromClip

wcmicons.dll,49
Mark files and folders that exist in both windows

0
-1
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Selecting files with same name or name+ext

Post by *tuska »

2Horst.Epp
Yes, that's it! :)
Thank you!
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6449
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Selecting files with same name or name+ext

Post by *Horst.Epp »

tuska wrote: 2021-04-12, 12:30 UTC 2Horst.Epp
Yes, that's it! :)
Thank you!
...
If I remember I have stolen this from petermad :)
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Re: Selecting files with same name or name+ext

Post by *tuska »

Horst.Epp wrote: 2021-04-12, 12:54 UTC
tuska wrote: 2021-04-12, 12:30 UTC 2Horst.Epp
Yes, that's it! :)
Thank you!
...
If I remember I have stolen this from petermad :)
I also borrow a few buttons from him every now and then :)
Thankfully, he posts them in the forum. :thumbsup:


 
2mSnus
This command, e.g. in a button: cm_MatchSrc could also be interesting in connection with this topic:

Code: Select all

cm_MatchSrc	532	Target=Source
or this button:

Code: Select all

TOTALCMD#BAR#DATA
LOADSEARCH
?==Partner_file_with_extension_XMP
wcmicons.dll,47
LOADSEARCH ?==Partner_file_with_extension_XMP -> ENTER|finds e.g. all raw files where there is a xmp file with the same name in the same directory|Selecting files with same name or name+ext|https://www.ghisler.ch/board/viewtopic.php?f=14&t=74365


-1
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: Selecting files with same name or name+ext

Post by *Fla$her »

mSnus wrote: 2021-04-12, 10:45 UTC Suppose you have a list of files like
Where is this list? In a text file or selected in the current panel?
Overquoting is evil! 👎
hi5
Power Member
Power Member
Posts: 551
Joined: 2012-11-03, 11:35 UTC
Contact:

Re: Selecting files with same name or name+ext

Post by *hi5 »

Horst.Epp wrote: 2021-04-12, 12:20 UTC The command to select files with exactly same names+extensions on another panel
Make this button
Strange, it doesn't seem to work in beta 5, 32bit, Windows 7. I can see flickering but no marked files/folder while they should be. Will test Win10 later if I don't forget (looking at the commands it should work)

Edit: clipboard manager got in the way (TC commands to fast)
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
User avatar
Phred
Senior Member
Senior Member
Posts: 375
Joined: 2009-06-16, 15:24 UTC
Location: SEAu

Re: Selecting files with same name or name+ext

Post by *Phred »

Tags: "if exists" "existing" "also in other panel"
Regards, PhredE
Licence holder since 1999
Awaiting a $D donors-token for the title-bar so we can display that we have donated further.
User avatar
Phred
Senior Member
Senior Member
Posts: 375
Joined: 2009-06-16, 15:24 UTC
Location: SEAu

Re: Selecting files with same name or name+ext

Post by *Phred »

Fla$her wrote: 2021-04-12, 18:57 UTC
mSnus wrote: 2021-04-12, 10:45 UTC Suppose you have a list of files like
Where is this list? In a text file or selected in the current panel?
It's the 'list' of files in the directories illustrated by mSnus in the initial post, Flasher.
Regards, PhredE
Licence holder since 1999
Awaiting a $D donors-token for the title-bar so we can display that we have donated further.
Post Reply