home.social

#everythingsearch — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #everythingsearch, aggregated by home.social.

  1. to open the directory of an #EverythingSearch result in #TotalCommander:
    Everything => Tools => Options => Context Menu => Open Path

    Replace the "Open Path" command with:
    $exec("your\path\to\TOTALCMD64.EXE" /T /O /R="%1\..")

    Replace the "Open (Folders)" command with the same command minus the "\.." at the end:
    $exec("your\path\to\TOTALCMD64.EXE" /T /O /R="%1")