Zoxide integration for Flow Launcher, written in Python.
Note: This project is currently implemented in Python and may not be suitable for further expansion or advanced features. If you are interested in developing a more extensible or performant version, contributions in C# are highly encouraged! A C# implementation could better leverage Flow Launcher’s native capabilities and provide improved integration. Feel free to open an issue or start a new repository if you wish
ZoxidePy is a Flow Launcher plugin that integrates with Zoxide, a smarter cd command that learns your habits. This plugin allows you to quickly navigate to frequently used directories directly from Flow Launcher.
- Smart Directory Navigation: Quickly jump to frequently used directories
- Contextual Search: Search directories based on your usage patterns
- Context Menu: Right-click for additional options like copying paths and removing directories
- Add & Open Directory (
z cd
): Instantly add a new directory to zoxide and open it
- Flow Launcher installed
- Zoxide installed on your system
- Download the latest release from the Releases page
- Extract the zip file to your Flow Launcher plugins directory
- Restart Flow Launcher
- Configure the zoxide executable path in plugin settings if needed
- Zoxide Executable Directory
- Default:
zoxide.exe
(if zoxide is in your PATH) - Example:
C:\Program Files\zoxide\zoxide.exe
- Default:
- Type
z
followed by a space and your search query - Example:
z documents
to find directories containing "documents"
- Type
z cd
followed by a space and path - Example:
z cd D:\Projects\MyApp
- Enter: Open the selected directory in File Explorer
- Right Click: Show context menu with additional options
- Copy path: Copy the directory path to clipboard
- Remove from zoxide: Remove the directory from zoxide database
- Zoxide - The amazing directory jumper
- Flow Launcher - The powerful application launcher
- PyFlowLauncher - Python SDK for Flow Launcher plugins