Technomancy Erythrina Save Abandoned

Basically ido for X, I guess?

Project README

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.

Open Source Agenda is not affiliated with "Technomancy Erythrina" Project. README Source: technomancy/erythrina
Stars
39
Open Issues
0
Last Commit
12 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating