trcaret 0.21.9

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

trcaret

Summary

Print a line with caret underneath for beginning of tree.

Description

Reads a tree from stdin and prints lines and caret marks.

Usage

trcaret [options]

Examples

trxgrep //lexerRuleSpec | trcaret -H

Current version

0.21.9 Fix trgen globstar testing, Python3 target.

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.41 2,367 1/25/2026
0.23.40 104 1/25/2026
0.23.39 327 1/22/2026
0.23.38 103 1/21/2026
0.23.37 104 1/20/2026
0.23.36 129 1/18/2026
0.23.35 94 1/16/2026
0.23.34 170 1/6/2026
0.23.33 197 12/28/2025
0.23.32 232 12/22/2025
0.23.31 397 12/19/2025
0.23.30 314 12/17/2025
0.23.29 288 12/17/2025
0.23.28 2,173 12/4/2025
0.23.27 2,841 10/30/2025
0.23.26 4,060 8/17/2025
0.23.25 347 8/9/2025
0.23.24 2,734 7/15/2025
0.23.23 1,109 7/6/2025
0.21.9 10,635 9/27/2023
Loading failed

# trcaret
## Summary
Print a line with caret underneath for beginning of tree.
## Description
Reads a tree from stdin and prints lines and caret marks.
## Usage
trcaret [options]
## Examples
trxgrep //lexerRuleSpec | trcaret -H
## Current version
0.21.9 Fix trgen globstar testing, Python3 target.