Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Nov 6, 2022
1 parent fb822a0 commit 4d1fd37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ brew install gaze

Or, [download binary](https://github.com/wtetsu/gaze/releases)

## Use cases:
## Usage examples

- Modify a.py -> 👁️Runs `python a.py`
- Modify a.rb -> 👁️Runs tests
- Modify a.js -> 👁️Runs linter
- Modify a.rb -> 👁️Runs `rubocop`
- Modify a.js -> 👁️Runs `npm run lint`
- Modify a.go -> 👁️Runs `make build`
- Modify Dockerfile -> 👁️Runs `docker build`
- And so forth...
Expand Down

0 comments on commit 4d1fd37

Please sign in to comment.