trungroup 0.16.4

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global trungroup --version 0.16.4
                    
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 trungroup --version 0.16.4
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=trungroup&version=0.16.4
                    
nuke :add-package trungroup --version 0.16.4
                    

Perform an ungroup transformation of the 'element' node(s) specified by the string.
This program is part of the Trash toolkit.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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.24 132 7/15/2025
0.23.23 136 7/6/2025
0.23.22 108 6/27/2025
0.23.21 76 6/6/2025
0.23.20 150 6/4/2025
0.23.19 139 6/4/2025
0.23.18 246 5/13/2025
0.23.17 243 3/7/2025
0.23.16 230 3/4/2025
0.23.15 119 2/25/2025
0.23.14 129 2/9/2025
0.23.13 119 1/19/2025
0.23.12 119 1/16/2025
0.23.11 133 12/18/2024
0.23.10 142 12/12/2024
0.23.9 137 11/29/2024
0.23.8 135 11/1/2024
0.23.7 174 10/9/2024
0.23.6 160 9/21/2024
0.23.5 167 9/15/2024
0.23.4 149 9/7/2024
0.23.3 161 8/15/2024
0.18.1 679 11/11/2022
0.18.0 488 11/7/2022
0.17.0 556 9/11/2022
0.16.5 575 7/29/2022
0.16.4 651 6/13/2022
0.16.3 661 5/7/2022
0.16.2 597 5/6/2022
0.16.1 643 5/5/2022
0.16.0 650 4/13/2022
0.15.1 617 4/4/2022
0.15.0 623 3/20/2022
0.14.3 654 2/27/2022
0.14.2 642 2/18/2022
0.14.1 623 1/26/2022
0.14.0 626 1/26/2022
0.13.8 637 1/14/2022
0.13.7 682 1/13/2022
0.13.6 627 1/13/2022
0.13.5 641 1/12/2022
0.13.4 634 1/11/2022
0.13.3 582 1/10/2022
0.13.2 395 12/24/2021
0.13.1 414 12/24/2021
0.13.0 437 12/23/2021
0.12.0 445 12/6/2021
0.11.5 545 10/17/2021
0.11.4 445 10/17/2021
0.11.3 444 9/28/2021
0.11.2 506 9/26/2021
0.11.1 505 9/25/2021
0.11.0 555 9/24/2021
0.10.0 474 9/9/2021
0.8.9 442 8/13/2021
0.8.8 504 8/5/2021
0.8.7 504 7/20/2021
0.8.6 496 7/13/2021
0.8.5 454 7/6/2021
0.8.4 455 6/24/2021
0.8.3 550 6/13/2021
0.8.2 471 6/8/2021
0.8.1 460 6/2/2021
0.8.0 491 5/27/2021
0.7.0 438 5/10/2021
0.6.0 441 5/3/2021
0.5.5 446 4/22/2021
0.5.0 506 4/14/2021

# trungroup
Perform an ungroup transformation of the 'element' node(s) specified by the string.
# Usage
trungroup <string>
# Examples
trparse A.g4 | trungroup "//parserRuleSpec[RULE_REF/text() = 'a']//ruleAltList"
# 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.16.4 -- Fixes to Java, Dart, Python, PHP templates in trgen; trxgrep results sent now to stdout; changes to trinsert, -a option; changes to Parsing Result Set data; fixes to trparse, trunfold, trinsert, trreplace, trdelete, add trsort.