shithub: fm

Download patch

ref: afee1a1f81bdfeff905d1986730d7745b0f62107
parent: 64dcd4845ecaacc6a35f3e56034523e4c79cab2d
author: phil9 <telephil9@gmail.com>
date: Mon Nov 15 03:57:54 EST 2021

Remove old README

--- a/README
+++ /dev/null
@@ -1,21 +1,0 @@
-fm
-===
-fm provides a gui to select an item from a list using a fuzzy matching algorithm.
-When an item is selected, it is sent to the plumber `send` port unless the `-p` option
-is used in which case the item name is printed on standard output and the application exits.
-
-Usage:
--------
-Install with usual ``mk install``
-Sample use: ``walk -f | fm``
-
-The provided `b` script gives a usage example.
-
-Credits:
----------
-The fuzzy matching algorithm has been ported from: 
-* https://github.com/forrestthewoods/lib_fts/
-
-Bugs:
-------
-Obviously!