Skip to content

WantChane/Flow.Launcher.Plugin.ZoxidePy

Repository files navigation

Flow.Launcher.Plugin.ZoxidePy

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

Description

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.

Features

  • 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

Prerequisites

Installation

Manual

  1. Download the latest release from the Releases page
  2. Extract the zip file to your Flow Launcher plugins directory
  3. Restart Flow Launcher
  4. Configure the zoxide executable path in plugin settings if needed

Configuration

  1. Zoxide Executable Directory
    • Default: zoxide.exe (if zoxide is in your PATH)
    • Example: C:\Program Files\zoxide\zoxide.exe

Usage

Basic Search

  • Type z followed by a space and your search query
  • Example: z documents to find directories containing "documents"

Add & Open Directory (z cd)

  • Type z cd followed by a space and path
  • Example: z cd D:\Projects\MyApp

Actions

  • 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

License

MIT

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages