Skip to content

Add support for piping file names directly#46

Merged
keith merged 1 commit into
mainfrom
ks/add-support-for-piping-file-names-directly
May 14, 2026
Merged

Add support for piping file names directly#46
keith merged 1 commit into
mainfrom
ks/add-support-for-piping-file-names-directly

Conversation

@keith

@keith keith commented May 14, 2026

Copy link
Copy Markdown
Owner

This is useful for complex fd commands where you pipe the output
through some greps or something. Now you can do:

fd foo | grep -v something | tag

This is useful for complex `fd` commands where you pipe the output
through some greps or something. Now you can do:

```
fd foo | grep -v something | tag
```
@keith
keith enabled auto-merge (squash) May 14, 2026 00:08
@keith
keith merged commit b0d8aae into main May 14, 2026
3 checks passed
@keith
keith deleted the ks/add-support-for-piping-file-names-directly branch May 14, 2026 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants