hark130 / living_manual

LIVING MANUAL (LIMA) is a "dirty word" search utility written in Python3.
GNU General Public License v3.0
0 stars 0 forks source link

LIMA-6: Expand and search archives #11

Open hark130 opened 2 years ago

hark130 commented 2 years ago

It might be relatively easy to add another feature which will expand an archive and recursively search its contents. The -d -r functionality, which already exists, could underpin the new Use Case (3?). I happen to know it's relatively easy to expand archives in Python. The format used for Python .eggs and .whls would be of top use.