Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit 2f76503

Browse files
authored
Link to fd/jq
1 parent 121b6a3 commit 2f76503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ Contributions are welcome and we encourage using this tool for any applications
3131

3232
## Example
3333

34+
(Requires [fd](https://github.com/sharkdp/fd) and [jq](https://github.com/stedolan/jq).)
35+
3436
```shell
3537
# Print all names and arguments from function definitions.
36-
# Requires fd and jq.
3738
fd -e js \
3839
| xargs -i ./parse -quiet -use_tags_query -json -json_include_path -file '{}' \
3940
| jq -r '.

0 commit comments

Comments
 (0)