blob: cfd769989a4f0c03dd284868d26b805cc2ab8401 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "FuzzyFind",
"description": "Fuzzy filename finder matching across directories as well as files",
"url": "https://github.com/silentbicycle/ff/archive/v0.6-flag-features.tar.gz",
"mirror": null,
"homepage": "https://github.com/silentbicycle/ff",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\"",
"bin.install \"ff\"",
"man1.install \"ff.1\"",
"elisp.install \"fuzzy-find.el\""
],
"version": "0.6",
"file": "fuzzy-find.rb"
}
|