An open API service indexing awesome lists of open source software.

https://github.com/mgalgs/tgrep

Easily grep your tmux panes
https://github.com/mgalgs/tgrep

Last synced: 3 months ago
JSON representation

Easily grep your tmux panes

Awesome Lists containing this project

README

          

grep your tmux panes!

## Installation

Download `tgrep` from this repo and place it on your path.

## Usage

```
tgrep
```

`tgrep` pops up a `tmux` pane chooser (using `tmux choose-tree`), then runs
`grep` against the content of that pane.

`tgrep` doesn't have any command line arguments of its own. Everything gets
passed down to `grep`.

## Screenshots

![tgrepping some dmesg output](/screenshots/example1.gif?raw=true "tgrepping some dmesg output")