trglob 0.21.15

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

trglob

Summary

Expand a glob string into file names.

Description

Usage

trgen <string>+

Examples

trglob '../examples/**/*.dart'
trglob '../examples/**'

Current version

0.21.15 Add trglob for platform-independent "find" for testing. Add Antlr4ng target, a new Antlr4 tool and TypeScript runtime.

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,519 1/25/2026
0.23.40 111 1/25/2026
0.23.39 328 1/22/2026
0.23.38 103 1/21/2026
0.23.37 107 1/20/2026
0.23.36 130 1/18/2026
0.23.35 99 1/16/2026
0.23.34 169 1/6/2026
0.23.33 202 12/28/2025
0.23.32 241 12/22/2025
0.23.31 384 12/19/2025
0.23.30 324 12/17/2025
0.23.29 286 12/17/2025
0.23.28 2,162 12/4/2025
0.23.27 2,844 10/30/2025
0.23.26 4,039 8/17/2025
0.23.25 323 8/9/2025
0.23.24 2,687 7/15/2025
0.23.23 1,079 7/6/2025
0.21.15 436 11/16/2023
Loading failed

# trglob
## Summary
Expand a glob string into file names.
## Description
## Usage
trgen <string>+
## Examples
trglob '../examples/**/*.dart'
trglob '../examples/**'
## Current version
0.21.15 Add trglob for platform-independent "find" for testing. Add Antlr4ng target, a new Antlr4 tool and TypeScript runtime.