PitchHut
Log in / Sign up
Keuze
50 views
A lightweight menu selector for macOS to simplify your workflow.
Pitch

Keuze is a lightweight and dynamic fuzzy selector for macOS, designed to streamline your command line experience. It offers real-time sorting as you type, making item selection seamless and efficient. With simple installation and usage, it integrates easily into your workflow, enhancing productivity without complexity.

Description

Welcome to Keuze, your go-to universal fuzzy selector for macOS that rivals the popular dmenu tool. This lightweight, yet powerful interactive menu system enhances your productivity by providing a seamless way to sift through options.

Key Features:

  • Dynamic Item Listing: Keuze retrieves a list of items directly from your standard input (stdin), enabling you to work with any data stream seamlessly.
  • Real-Time Sorting: It intelligently sorts your choices as you start typing, making it easier than ever to find what you need instantly.
  • Output Convenience: The selected result is sent directly to standard output (stdout), allowing for easy integration into your existing workflows.

Basic Usage Example:

To quickly get started with Keuze, you can set an alias in your terminal and pipe a list of items:

$ alias keuze="keuze -fs 12 -fn Monaco"
$ ls | keuze -p "list"

By integrating Keuze into your daily routine, you’ll enjoy a streamlined approach to menu selection that saves time and boosts your efficiency. Don't miss out on enhancing your macOS experience with this sophisticated tool!