google / codesearch

Fast, indexed regexp search over large file trees

Home Page:http://swtch.com/~rsc/regexp/regexp4.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support text files compressed with gzip, bzip2 and xz

robinsmidsrod opened this issue · comments

It would be awesome to be able to search my IRC log files, but I compress them to save space. Would it be possible to implement automatic decompression of gzip, bzip2 and xz to the toolchain?

Another option would be to store your IRC logs on a compressed file system like ZFS...

@eborisch Yeah, sure, but ZFS is not easily available on all operating systems, and sometimes you're not in control of which filesystem is used where you store your files. Doing something similar to what less and cat does with zless and zcat would be really nice.