ali1234 / vhs-teletext

Software to recover teletext data from VHS recordings.
GNU General Public License v3.0
179 stars 21 forks source link

Implement a grep subcommand #65

Closed ali1234 closed 3 years ago

ali1234 commented 3 years ago

A command for searching in the text of packets. This can be done by piping the text output into grep, however this is a bit cumbersome and doesn't allow the results to be piped in to another tool.

The grep command should take a regular expression and apply it to the text form of each packet, and then output the matching packets in whatever format is appropriate, the same way filter does.

ali1234 commented 3 years ago

Implemented in https://github.com/ali1234/vhs-teletext/commit/5618cd83a4082e6749f3aba971efd92e057f619b