Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flux-command for easily finding path for certain value #347

Open
TobiasNx opened this issue Apr 3, 2024 · 1 comment
Open

Add flux-command for easily finding path for certain value #347

TobiasNx opened this issue Apr 3, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@TobiasNx
Copy link
Collaborator

TobiasNx commented Apr 3, 2024

Add to the inspection commands: list-fix-path and list-fix-values
a flux command for identifying a path to a certain value would be great without hassling with triples:

| fix("nothing()",repeatedFieldsToEntities="true")
| flatten
| stream-to-triples
| filter-triples(objectpattern="[value]")
| template("${p}\t ${o}")

a macro command like find-fix-path("[value]") would be nice.

See example in playground.

@TobiasNx TobiasNx self-assigned this May 16, 2024
@TobiasNx TobiasNx added the enhancement New feature or request label May 16, 2024
TobiasNx added a commit that referenced this issue May 24, 2024
Co-authored-by: Fabian Steeg <[email protected]>
@TobiasNx TobiasNx reopened this Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant