https://github.com/hymkor/seek
seek - color-grep for ansi/utf8 (Windows)
https://github.com/hymkor/seek
go windows
Last synced: 19 days ago
JSON representation
seek - color-grep for ansi/utf8 (Windows)
- Host: GitHub
- URL: https://github.com/hymkor/seek
- Owner: hymkor
- License: bsd-3-clause
- Created: 2017-11-19T17:07:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T16:50:32.000Z (over 1 year ago)
- Last Synced: 2025-04-10T22:53:07.438Z (19 days ago)
- Topics: go, windows
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
seek - color-grep
=================[](https://pkg.go.dev/github.com/hymkor/seek)
```
Usage: seek [flags...] REGEXP Files...
-A int
print N lines after matching lines
-B int
print N lines before matching lines
-html
output html
-i ignore case
-m value
multi regular expression
-no-color
no color
-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.)Install
-------Download the binary package from [Releases](https://github.com/hymkor/seek/releases) and extract the executable.
### for scoop-installer
```
scoop install https://raw.githubusercontent.com/hymkor/seek/master/seek.json
```or
```
scoop bucket add hymkor https://github.com/hymkor/scoop-bucket
scoop install seek
```