Total Commander: F4MiniMenu with Drag&Drop, filelist, cmdline - Open selected file(s) in defined editor(s)

Post your working scripts, libraries and tools for AHK v1.1 and older
ahk7
Posts: 572
Joined: 06 Nov 2013, 16:35

Total Commander: F4MiniMenu with Drag&Drop, filelist, cmdline - Open selected file(s) in defined editor(s)

Post by ahk7 » 28 Sep 2018, 02:55

For Total Commander users only at the moment - (TC is a dual pane file manager, https://www.ghisler.com/)

Intro

F4 is the shortcut key used in Total Commander for opening selected files in a pre-defined program.
In TC only one program can be assigned to F4 making it impossible to define or select other editors for different file types.
Several tools have been made to solve this problem, F4MiniMenu is one of these tools, but written in AutoHotkey ;)
(F4MiniMenu was based on some of the functionality of F4Menu but now has some unique features such as drag & drop, cmdline and document templates (via a second script))

It can use four methods of opening selected file(s)
  • Normal (simply uses Run editor.exe selectedfile.ext)
  • Drag & Drop support
  • Filelist
  • cmdline
Code and more information including screenshots here https://github.com/hi5/F4MiniMenu

Total Commander forum thread with history, discussion:
https://ghisler.ch/board/viewtopic.php?t=35721

As Alguimist posted about it here https://autohotkey.com/boards/viewtopic ... 64&t=55303 I thought it might be useful to open a thread here as well.

ahk7
Posts: 572
Joined: 06 Nov 2013, 16:35

Re: Total Commander: F4MiniMenu with Drag&Drop, filelist, cmdline - Open selected file(s) in defined editor(s)

Post by ahk7 » 26 Sep 2022, 05:38

With v1.00 @ https://github.com/hi5/F4MiniMenu you can now use F4MiniMenu also with Windows Explorer, Double Commander, XYPlorer, and Everything (so pressing F4 will open one or more files with their defined editors - this needs to be activated, see settings).

Other programs (e.g. not TC) info: https://github.com/hi5/F4MiniMenu#other-programs
Changelog https://github.com/hi5/F4MiniMenu/blob/master/changelog.md

Post Reply

Return to “Scripts and Functions (v1)”