Categorygithub.com/ras0q/grepop
repositorypackage
0.1.2
Repository: https://github.com/ras0q/grepop.git
Documentation: pkg.go.dev

# README

grepop

Pop grep powered by Charm libraries.

Made with VHS

Usage

$ grepop --help
Usage: grepop [option]... PATTERN

Examples:
  cat access.log | grepop ERROR

  unbuffer bat --paging never access.log | grepop ERROR

Options:
  -border-color uint
        Border foreground color (default 63)
  -border-template string
        Border Template (default "┏━┓\n┃ ┃\n┗━┛")
  -color uint
        Foreground color (default 212)
  -debug
        Debug mode
  -height uint
        Percentage of terminal height (default 90)
  -no-border
        Disable popup border
  -sleep uint
        Milliseconds to wait for output (default 500)
  -tab-width uint
        Tab Width (default 8)