README ¶ gogrip A cli tool similar to grep but it show the entired block of lines around the matched line. gogrip "func" gogrip.go Installation first you need in your .bashrc GOPATH as part of your PATH export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin Then you can install it with: go install . Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files content_block.go content_box.go gogrip.go progress_bar.go screen.go search.go search_box.go search_history.go state.go state_exposer.go widgets.go Click to show internal directories. Click to hide internal directories.