Skip to content

anastasiuspernat/everything-search

Repository files navigation

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"
  }
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published