Extension Icon

Everything

Search multiple Everything ETP/FTP servers from Raycast
Overview

Everything

Search files & folders on multiple Windows Everything ETP/FTP servers from Raycast.

  1. Enable Tools > Options > ETP/FTP Server in Everything on your Windows computers.
  2. Configure the servers in the extension settings (see below).
  3. Use evy command followed by the mask.

Configure the servers in the extension settings using the following format:

[
  {
    "name": "Server 1",
    "host": "server-url",
    "port": 21,
    "user": "username",
    "pass": "password"
  },
  {
    "name": "Server 2",
    "host": "server-url",
    "port": 21,
    "user": "username",
    "pass": "password"
  }
]