Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - parcher

Pages: [1]
1
Support and Feedback / Rename with F2 according to folder sort
« on: April 09, 2020, 07:54:02 »
When I want to rename files I use Multi Commander's Multirename option. I use this instead of F2 because Multirename will rename the files in the order in which they're sorted in the folder, such as by size, name, date, et cetera.

But I would prefer to use F2 to rename files. Is there a way to get F2 to rename files in the order in which they reside in the folder? Or perhaps someone knows of a script I could use in conjunction with User Defined Commands?

2
Support and Feedback / Image Preview
« on: February 01, 2020, 00:49:14 »
There are instances where I have so many images in a folder that I don't want to turn on thumbnail view (to not take up resources) and I don't want to cycle through endless images to find the one I want. I'd like to merely hover my pointer on the filename and get a pop-up preview of the image.

This program works for Internet Explorer (I haven't tried it), but you have to pay for the full version.

Is there some script or program I can use in conjunction with Multicommander to provide image previews?

EDIT: I should have searched before posting, as I see this has been addressed before here and here.

You say, "A built in picture viewer and configuration of external viewers is something that is very high up on the todo list."

But I suppose I could create a user-defined command to open an external viewer, but I'd prefer if a large thumbnail could appear upon hovering on the filename with the pointer.

3
Support and Feedback / Webp as Conversion Format
« on: June 09, 2019, 05:59:57 »
Under Picture Tools>Convert Format is it possible to manually add support for Webp? Or would it be better to create a user defined command?

4
Support and Feedback / Thumbnails Only for Images
« on: June 08, 2019, 04:53:20 »
Is there a setting to make it so that thumbnails are only used for images (and maybe videos), but not for anything else? I like my image thumbnails to be the maximum 256x256, but I don't want every file and folder to have those dimensions.

5
Support and Feedback / Multirename - Dialog Box Size
« on: June 01, 2018, 18:54:43 »
Is there a way to resize the Multirename dialog box? And also to make it pop up in a certain area of the screen? I'd like the dialog box to be smaller.

6
Support and Feedback / Run User Defined Command on Selected Files
« on: March 01, 2018, 17:09:12 »
Is it possible to run a user defined command only on selected files, and on no other files in a folder?

I have an external command:

Code: [Select]
C:\Windows\System32\cmd.exe /c wsl /mnt/c/Users/kl/Documents/Scripts/gmicmontagebash.sh
This command calls the Windows shell, and then the Windows Ubuntu subsystem and then the bash script. I'd like to be able to run this script only on selected files and not on all files in the folder.

7
Support and Feedback / Custom Command to Run in Git Bash
« on: November 26, 2016, 17:27:30 »
I want to create a custom command to run the program G'Mic within Git Bash on selected images.

Command:

Code: [Select]
gmic *jpg -gimp_montage 4,\""V(H(0,1),H(2,V(3,4)))"\",1,1.0,0,5,0,0,0,255,0,0,0,0,0 -o 0000.jpg
This command takes jpg images, from which a montage of the jpgs is created.

This is what I have:

Code: [Select]
Group: MC
Function: Run
Options/Parameters: ADMIN

Command Type: Custom Commands

Command:

MC.Run CMD="gmic *jpg -gimp_montage 4,\""V(H(0,1),H(2,V(3,4)))"\",1,1.0,0,5,0,0,0,255,0,0,0,0,0 -o 0000.jpg"

When I run this command on selected jpgs I see the Windows command shell quickly open and close and not perform the requested action. This is because the command doesn't work in Windows command shell. It needs to run in Git Bash, which I have installed and have confirmed works with this command.

I assume I need to tell MultiCommander to run this command in Git Bash. But how to do it? And will the resulting montage be placed in the folder of the source images?

My Git Bash path:
Code: [Select]
C:\Program Files (x86)\Git\bin\sh.exe

Pages: [1]