Add the ability to search entries in archives. As a command line tool, this should be similar to the well known find command, only that it searches archives instead of directory hierarchies. Something like:
$ archive-find -type f -name '*.bib' archive-*.tar.bz2
Add the ability to search entries in archives. As a command line tool, this should be similar to the well known
find
command, only that it searches archives instead of directory hierarchies. Something like: