An SQL-Inspired File System Interface for Windows
A Rust-based file system terminal that reimagines file interaction through SQL-like commands. Navigate, select, and execute files using familiar database query syntax.
Use familiar SQL syntax like SELECT script.py FROM C:\Projects\
to load files into state
Single-file state system for focused workflow management and efficient file operations
Save frequently used files and executables for instant access and faster workflow
Find exact file locations system-wide using the powerful FIND EXACT
command
Run selected files or favorites with simple commands without complex navigation
Built specifically for Windows with rust_search
module for system-wide search
SELECT document.pdf FROM C:\Users\Documents\
Load a specific file into the current state for further operations
FIND EXACT config.json
Search for files across the entire system to find exact matches
FAV SET STATE
Add currently selected file to your favorites for quick access
RUN STATE
Execute the currently selected file from state