Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Mar 5, 2023
1 parent da7192f commit 182b945
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,20 +113,20 @@ gaze a.py

---

You can use wildcards (\*, \*\*, ?) to specify files.
Specify files with pattern matching (\*, \*\*, ?, {, })

```
gaze "*.py"
```

---

Files in deep subdirectories.

```
gaze "src/**/*.rb"
```

```
gaze "{aaa,bbb}/*.{rb,py}"
```

---

Specify an arbitrary command by `-c` option.
Expand Down

0 comments on commit 182b945

Please sign in to comment.