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
- Host: GitHub
- URL: https://github.com/edouard-lopez/grep-visual
- Owner: edouard-lopez
- License: mit
- Created: 2018-12-18T07:34:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T08:28:48.000Z (over 7 years ago)
- Last Synced: 2025-02-09T11:43:41.367Z (over 1 year ago)
- Topics: grep, shell, visual
- Language: Shell
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grep visually
> Visually locate an occurence in a file

### 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

##### Single match

##### Multiple matches

##### Regex/Glob
> Regular expressions are the extended kind found in `egrep`.

### Under the hood
This is powered by the `awk` on your machine.
### License
> [MIT LICENSE](LICENSE)