summaryrefslogtreecommitdiff
path: root/src/search.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-19improve --help outputNatanael Copa1-2/+1
apk --help will list the generic options only and give a list of commands To get the details for a spefic command, 'apk command --help' should be used.
2009-04-21search: do not read the state db as this tool only query reposNatanael Copa1-1/+1
This should be slightly faster and comsume less memory in theory
2009-04-03search: use fnmatch so we have support for wildcardsNatanael Copa1-1/+2
2009-03-07Created search appletCameron Banta1-0/+148