You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,9 @@ Want more examples?
65
65
66
66
Funzzy the watcher pairs well with these tools:
67
67
68
-
- [yq](https://github.com/mikefarah/yq) - A yaml query similar to `jq`
69
-
For extracting commands from GitHub Actions workflows ([see](https://github.com/cristianoliveira/funzzy/blob/master/.watch.yaml#L6))
70
-
- [nrr](https://github.com/ryanccn/nrr) - The fastest node task runner
71
-
Since the watcher runs commands on change, a faster task runner makes a notable difference
68
+
- _[yq](https://github.com/mikefarah/yq) - A yaml querier cli similar to `jq`_. Extract commands from GitHub Actions workflows ([see](https://github.com/cristianoliveira/funzzy/blob/master/.watch.yaml#L6))
69
+
70
+
- _[nrr](https://github.com/ryanccn/nrr) - A fast node task runner_. Since the watcher runs commands on change, a faster task runner makes a notable difference
0 commit comments