<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto">
<div>If you have mirrored the repo locally you can just use find and grep, ie:
<div dir="auto"><br>
</div>
<div dir="auto">find $REPO_ROOT -maxdepth 3 -mindepth 3 -name "README" | xargs grep -i searchterm</div>
<div dir="auto"><br>
</div>
<div dir="auto">I think some of the SBO package management tools might also have a function built in to search in READMEs. sboui (which I wrote) has it at least.</div>
<div dir="auto"><br>
</div>
<div dir="auto">Dan</div>
<br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Jun 25, 2017 9:21 AM, Rich Shepard <rshepard@appl-ecosys.com> wrote:<br type="attribution">
<blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p dir="ltr">   Is there a list of packages with the descriptive contents of their README
<br>
files? It would be useful to know what's available since it's difficult to <br>
look for a tool without knowing its name. Has anyone tried extracting this <br>
from the repository? <br>
<br>
Rich <br>
_______________________________________________ <br>
SlackBuilds-users mailing list <br>
SlackBuilds-users@slackbuilds.org <br>
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users <br>
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ <br>
FAQ - https://slackbuilds.org/faq/ <br>
<br>
</p>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</body>
</html>