A powerful Raycast extension that integrates with Everything Search by voidtools to provide lightning-fast file system search and navigation on Windows. Transform your file discovery workflow with instant search results and comprehensive directory browsing capabilities.
Attribution: File search on servers ported from anastasiy_safari/raycast-everything-ftp
Attribution: File search through CLI ported from dougfernando/everything-raycast-extension
Install Everything CLI: Install the command-line interface for Everything
winget install --id=voidtools.Everything.Cli -e
Install Everything Desktop App: Ensure Everything is installed and running (for indexing)
winget install voidtools.Everything
Search files & folders on your local Windows file system using Everything CLI.
%s as path placeholder)Search files & folders on multiple Windows Everything ETP/FTP servers from Raycast.
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"
}
]
The extension leverages Everything CLI's powerful search capabilities, so in theory, every es.exe command-line argument for filtering should work through the search interface.