forbe / seek

seek - color-grep for ansi/utf8 (Windows)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seek - color-grep

Usage: seek [flags...] REGEXP Files...
  -html
        output html
  -i    ignore case
  -r    recursive

On Windows

  • If the line is valid as UTF8, seek.exe consider the line encoded by UTF8.
  • If the line is invalid as UTF8, seek.exe conider the line encoded by ANSI(the encoding of the current code page.)

About

seek - color-grep for ansi/utf8 (Windows)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 97.6%Language:Batchfile 2.4%