sharkdp/fd

Allow to separate -x outputs with the match name

Open

#1.761 aberto em 1 de ago. de 2025

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)Rust (1.059 forks)batch import
feature-requesthelp wanted

Métricas do repositório

Stars
 (42.984 stars)
Métricas de merge de PR
 (Mesclagem média 15d 23h) (16 fundiu PRs em 30d)

Description

Currently when using fd -x to execute a command on every match of what we look for with fd, if it's a command where the output and where does it come from matters, we should be able to know which result is associated with this output with a separator between them (ideally with a toggle on/off, probably defaulting to off to keep the default as it currently is).

Guia do colaborador