Skip to content

Commit

Permalink
docs: Revert remove reference to tar and /dev/stdin so code works on …
Browse files Browse the repository at this point in the history
…Windows"

This reverts commit 908f7fb.
  • Loading branch information
twpayne committed Jul 3, 2023
1 parent 4a814f7 commit 439ccf8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ and `$ENTRY.filter.args` variables in `.chezmoiexternal.$FORMAT`, for example:
executable = true
refreshPeriod = "168h"
[".local/bin/age".filter]
args = ["--extract", "--gzip", "--to-stdout", "age/age"]
command = "tar"
args = ["--extract", "--file", "/dev/stdin", "--gzip", "--to-stdout", "age/age"]
```

This will extract the single archive member `age/age` from the given URL (which
Expand Down

0 comments on commit 439ccf8

Please sign in to comment.