trquery 0.21.3

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global trquery --version 0.21.3
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local trquery --version 0.21.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=trquery&version=0.21.3
                    
nuke :add-package trquery --version 0.21.3
                    

trquery

Summary

Execute a simple query of tree modifications.

Description

Reads a parse tree from stdin, and a query file via options, then execute the query, which modifies the parse tree, and write the modified tree to stdout. The input and output are Parse Tree Data.

Usage

trquery <file-name>

Details

Example

Notes

If you are running MSYS2 on Windows, you may notice that XPaths are not being processed by this command correctly. To avoid the Bash shell from altering XPaths, type export MSYS2_ARG_CONV_EXCL="*", then execute your command.

Current version

0.21.3 Fix trcover.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.23.26 2,329 8/17/2025
0.23.25 222 8/9/2025
0.23.24 2,601 7/15/2025
0.23.23 989 7/6/2025
0.23.22 590 6/27/2025
0.23.21 1,747 6/6/2025
0.23.20 322 6/4/2025
0.23.19 323 6/4/2025
0.23.18 1,224 5/13/2025
0.23.17 4,197 3/7/2025
0.23.16 556 3/4/2025
0.23.15 153 2/25/2025
0.23.14 664 2/9/2025
0.23.13 426 1/19/2025
0.23.12 441 1/16/2025
0.23.11 2,631 12/18/2024
0.23.10 142 12/12/2024
0.23.9 158 11/29/2024
0.23.8 189 11/1/2024
0.23.7 4,272 10/9/2024
0.23.6 990 9/21/2024
0.23.5 172 9/15/2024
0.23.4 145 9/7/2024
0.23.3 1,186 8/15/2024
0.23.2 183 6/28/2024
0.23.1 161 6/22/2024
0.23.0 199 4/25/2024
0.22.0 255 2/26/2024
0.21.16 245 11/16/2023
0.21.15 152 11/16/2023
0.21.14 230 11/15/2023
0.21.13 192 11/14/2023
0.21.12 278 10/27/2023
0.21.11 342 10/24/2023
0.21.9 304 9/27/2023
0.21.8 292 9/26/2023
0.21.7 289 9/26/2023
0.21.6 273 9/20/2023
0.21.5 301 9/18/2023
0.21.4 261 9/17/2023
0.21.3 285 9/14/2023
0.21.2 268 9/4/2023
0.21.1 369 8/15/2023

# trquery
## Summary
Execute a simple query of tree modifications.
## Description
Reads a parse tree from stdin, and a query file via options,
then execute the query, which modifies the parse tree,
and write the modified tree
to stdout. The input and output are Parse Tree Data.
## Usage
trquery <file-name>
## Details
## Example
## Notes
If you are running MSYS2 on Windows, you may notice that XPaths are not being
processed by this command correctly. To avoid the Bash shell from altering
XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command.
## Current version
0.21.3 Fix trcover.