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

https://github.com/edouard-lopez/grep-visual

Give a visual overview of where occurences appears, kind of like a minimap
https://github.com/edouard-lopez/grep-visual

grep shell visual

Last synced: 9 months ago
JSON representation

Give a visual overview of where occurences appears, kind of like a minimap

Awesome Lists containing this project

README

          

# Grep visually

> Visually locate an occurence in a file

![preview matches](preview-matches.png)

### Install

git clone git@github.com:edouard-lopez/grep-visual.git
cp grep-visual/grep-visual.bash ~/.local/bin/

### Usage

grep-visual par file.tsv

### Preview

##### No match
![preview-no-match](preview-no-match.png)
##### Single match
![preview-single-match](preview-single-match.png)
##### Multiple matches
![preview-matches](preview-matches.png)
##### Regex/Glob
> Regular expressions are the extended kind found in `egrep`.

![preview-glob-matches](preview-glob-matches.png)

### Under the hood

This is powered by the `awk` on your machine.

### License

> [MIT LICENSE](LICENSE)