<div dir="ltr"><br>sbopkg has cli interface also. Just issue sbopkg --help and learn how to use it.</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014/1/12 Aaditya Bagga <span dir="ltr"><<a href="mailto:aaditya_gnulinux@zoho.com" target="_blank">aaditya_gnulinux@zoho.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello guys,<br>
<br>
When I had to search for a package in the SlackBuilds, I went to <a href="http://slackbuilds.org" target="_blank">slackbuilds.org</a> and searched for it; however I have a local (git) copy of slackbuilds which I wanted to search, but didnt like using the file manager to look into each folder..<br>


<br>
So yesterday I started writing a script to search my repository for a specified package, and then added some more options like viewing the info file of the package, viewing the readme, the slackbuild, etc..<br>
<br>
Then today I added more options like downloading the package, build it, install/upgrade/remove, and querying installed packages.<br>
(More info about its features/usage in the readme.)<br>
<br>
So its become a kind of a package manager now. I named it as slacker for want of a better name.<br>
<br>
You can look at the source here:<br>
<a href="https://github.com/aadityabagga/slacker" target="_blank">https://github.com/<u></u>aadityabagga/slacker</a><br>
<br>
Tarball available for download also:<br>
<a href="http://download.sourceforge.net/mefiles/slacker-0.1.tar.gz" target="_blank">http://download.sourceforge.<u></u>net/mefiles/slacker-0.1.tar.gz</a><br>
<br>
(One bug I had discovered, is that suppose you search all packages beginning with s,<br>
slacker --search s*<br>
It wouldnt display anything (perhaps due to bash substitution), but<br>
slacker --search "s*"<br>
seems to display them.)<br>
<br>
P.S. I do know about and use sbopkg, but I wanted a commandline tool for (quickly) searching the packages. :)<br>
<br>
______________________________<u></u>_________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.<u></u>org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/<u></u>mailman/listinfo/slackbuilds-<u></u>users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/<u></u>pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div><br></div>