[Tip] Integrate voidtools' Everything with FreeCommander

Discussion and questions - donor version.
Post Reply
Message
Author
milnak
Posts: 11
Joined: 17.05.2014, 02:49

[Tip] Integrate voidtools' Everything with FreeCommander

#1 Post by milnak » 14.05.2024, 19:13

Here's a hack I created and it seems to work!

Install everything and everything cli (add cli tool to path) from voidtools website.

Define favorite toolbar.
Add new item:

Name: Everything
Program or Folder: C:\Program Files\PowerShell\7\pwsh.exe
Parameter: -NoLogo -NoProfile -Command "& { $fc=Join-Path $env:ProgramFiles '\FreeCommander XE\FreeCommander.exe'; $ctr =Join-Path $env:LOCALAPPDATA 'FreeCommanderXE\Settings\FileContainers\Everything.fcc'; '#FreeCommander file cart' | Out-File -Encoding ascii $ctr; & es.exe $args | Out-File -Append $ctr; & $fc /c $ctr }" %Prompt1_Search%

horst.epp
Posts: 517
Joined: 15.11.2008, 20:18

Re: [Tip] Integrate voidtools' Everything with FreeCommander

#2 Post by horst.epp » 15.05.2024, 15:03

A simple cmd script for a portable FC installation does the same

Store this script

Code: Select all

chcp 65001
set file=C:\Tools\FreeCommander\Settings\FileContainers\Everything.fcc
echo #FreeCommander file cart>"%file%"
C:\Tools\Everything\es.exe %* >>"%file%"
C:\Tools\FreeCommander\FreeCommander.exe /c "%file%"
Invoke the script from an FC favorite button like this
Screenshot - 15.05.2024 , 15_02_47.png
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
Everything Version 1.5.0.1396a (x64), Everything Toolbar 1.5.5, Listary Pro 6.3.2.88
FreeCommander XE 2025 Build 933 64-bit donor

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest