trinsert 0.20.0

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

Inserts arbitrary text in a parse tree.
This program is part of the Trash toolkit.

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.22.0 295 2/26/2024
0.21.16 306 11/16/2023
0.21.15 222 11/16/2023
0.21.14 156 11/15/2023
0.21.13 197 11/14/2023
0.21.12 297 10/27/2023
0.21.11 359 10/24/2023
0.21.9 331 9/27/2023
0.21.8 296 9/26/2023
0.21.7 351 9/26/2023
0.21.6 298 9/20/2023
0.21.5 262 9/18/2023
0.21.4 241 9/17/2023
0.21.3 299 9/14/2023
0.21.2 292 9/4/2023
0.21.1 367 8/15/2023
0.21.0 382 6/25/2023
0.20.27 264 6/15/2023
0.20.26 312 6/5/2023
0.20.25 266 6/3/2023
0.20.24 337 6/1/2023
0.20.23 323 5/31/2023
0.20.22 324 5/21/2023
0.20.21 295 5/15/2023
0.20.20 308 5/11/2023
0.20.19 310 5/8/2023
0.20.18 326 5/8/2023
0.20.17 318 5/4/2023
0.20.16 323 5/1/2023
0.20.15 348 4/27/2023
0.20.14 335 4/21/2023
0.20.13 376 4/13/2023
0.20.12 444 3/17/2023
0.20.11 390 3/15/2023
0.20.10 390 3/15/2023
0.20.9 393 3/14/2023
0.20.8 384 3/14/2023
0.20.7 386 3/13/2023
0.20.6 448 3/11/2023
0.20.5 467 3/11/2023
0.20.4 408 3/9/2023
0.20.3 387 3/8/2023
0.20.2 450 3/7/2023
0.20.1 421 3/7/2023
0.20.0 477 2/22/2023
0.19.3 499 2/19/2023
0.19.2 441 2/2/2023
0.19.1 470 1/28/2023
0.19.0 542 1/15/2023
0.19.0-alpha7 421 1/15/2023
0.19.0-alpha6 397 1/14/2023
0.19.0-alpha5 364 1/12/2023
0.19.0-alpha4 456 1/11/2023
0.19.0-alpha3 445 1/5/2023
0.19.0-alpha2 463 1/4/2023
0.19.0-alpha1 383 1/4/2023
0.18.1 619 11/11/2022
0.18.0 584 11/7/2022
0.17.0 635 9/11/2022
0.16.5 667 7/29/2022
0.16.4 685 6/13/2022
0.16.3 754 5/7/2022
0.16.2 632 5/6/2022
0.16.1 630 5/5/2022
0.16.0 692 4/13/2022
0.15.1 715 4/4/2022
0.15.0 681 3/20/2022
0.14.3 698 2/27/2022
0.14.2 659 2/18/2022
0.14.1 670 1/26/2022
0.14.0 660 1/26/2022
0.13.8 677 1/14/2022
0.13.7 692 1/13/2022
0.13.6 686 1/13/2022
0.13.5 676 1/12/2022
0.13.4 665 1/11/2022
0.13.3 686 1/10/2022
0.13.2 520 12/24/2021
0.13.1 508 12/24/2021
0.13.0 506 12/23/2021
0.12.0 517 12/6/2021
0.11.5 550 10/17/2021
0.11.4 544 10/17/2021
0.11.3 526 9/28/2021
0.11.2 527 9/26/2021
0.11.1 533 9/25/2021
0.11.0 549 9/24/2021
0.10.0 562 9/9/2021
0.8.9 508 8/13/2021
0.8.8 542 8/5/2021
0.8.7 532 7/20/2021
0.8.6 594 7/13/2021

# trinsert
## Summary
Insert string into points in a parse tree
## Description
Reads a parse tree from stdin, inserts text before or after
nodes in the tree using
the specified XPath expression, and writes the modified tree
to stdout. The input and output are Parse Tree Data.
## Usage
trinsert <-a>? <xpath-string> <text-string>
## Details
The command reads all parse tree data. Then, for each parse tree,
the XPath expression argument specified will be evaluated.
The nodes specified in the XPath arg are for one or more
nodes of any type in a parse tree of any type.
For each node, the program inserts a string node in the parent's
list of children nodes prior to the node. Off-channel tokens occur
before the inserted text. If you specify the `-a` option, the text
is inserted after the node.
After performing the insert, if it is a grammar, the text is reparsed
and an entire new parse tree outputed.
## Example
trparse Java.g4 | trinsert "//parserRuleSpec[RULE_REF/text() = 'normalAnnotation']" " /* This is a comment */" | trtree | vim -
## 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.20.0 Dotnet 7.0 dependency. NB: not all Trash tools supported yet.