pickout

Pickout

A heavy dmenu replacement with a fuzzy-matching filtering engine.

Installation

pip install pickout

From Source

To build from source, you need Crystal installed:

git clone https://github.com/rcabralc/pickout.git
cd pickout
pip install .

The Crystal filtering engine will be compiled automatically during installation.

Usage

ls -1 | pickout --prompt "Select: "

Development

To set up a development environment:

# Install Crystal (required for building the filter binary)
# See https://crystal-lang.org/install/

# Create virtual environment
python -m venv venv
source venv/bin/activate

# Install in development mode
pip install -e .
Repository

pickout

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • about 4 hours ago
  • March 14, 2022
License

The Unlicense

Links
Synced at

Mon, 16 Feb 2026 19:55:22 GMT

Languages