Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

technomancy/erythrina

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Erythrina

Erythrina is a simple tool that allows for quick selection from a list of options with instant feedback. It's inspired largely by Emacs's ido-mode and dmenu. I wrote it because I was frustrated that dmenu did not support fuzzy matching. Erythrina currently treats space as a wildcard, so "er th ml" will match "erythina.ml".

Usage

$ echo "elisp
> ocaml
> javascript
> clojure
> ruby" | erythrina

# pops up a window showing completions with feedback

ocaml # outputs whichever option was chosen by ENTER

Todo

  • Allow cycling of options
  • Tab completion
  • Order by historical usage
  • Custom colors
  • Change font

License

Copyright © 2011 Phil Hagelberg

Distributed under the GNU General Public License version 3. See COPYING.

About

Basically ido for X, I guess?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published