dtree 0.0.10

dotnet tool install --global dtree --version 0.0.10
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 dtree --version 0.0.10
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dtree&version=0.0.10
nuke :add-package dtree --version 0.0.10

dtree

dtree is a dotnet clone of tree cli utitliy.

Usage

$ dtree

sample output:

📁 .
├── 📁 .devcontainer
│   └── devcontainer.json
├── 📁 src
│   ├── 📁 bin
│   │   └── 📁 Debug
│   │      └── 📁 net7.0
│   │         ├── dtree
│   │         ├── dtree.deps.json
│   │         ├── dtree.dll
│   │         ├── dtree.pdb
│   │         └── dtree.runtimeconfig.json
│   ├── 📁 obj
│   │   ├── 📁 Debug
│   │   │   └── 📁 net7.0
│   │   │      ├── 📁 ref
│   │   │      │   └── dtree.dll
│   │   │      ├── 📁 refint
│   │   │      │   └── dtree.dll
│   │   │      ├── .NETCoreApp,Version=v7.0.AssemblyAttributes.cs
│   │   │      ├── apphost
│   │   │      ├── dtree.AssemblyInfo.cs
│   │   │      ├── dtree.AssemblyInfoInputs.cache
│   │   │      ├── dtree.assets.cache
│   │   │      ├── dtree.csproj.AssemblyReference.cache
│   │   │      ├── dtree.csproj.CoreCompileInputs.cache
│   │   │      ├── dtree.csproj.FileListAbsolute.txt
│   │   │      ├── dtree.dll
│   │   │      ├── dtree.GeneratedMSBuildEditorConfig.editorconfig
│   │   │      ├── dtree.genruntimeconfig.cache
│   │   │      ├── dtree.GlobalUsings.g.cs
│   │   │      └── dtree.pdb
│   │   ├── dtree.csproj.nuget.dgspec.json
│   │   ├── dtree.csproj.nuget.g.props
│   │   ├── dtree.csproj.nuget.g.targets
│   │   ├── project.assets.json
│   │   └── project.nuget.cache
│   ├── dtree.csproj
│   ├── Program.cs
│   └── TreeNode.cs
├── .gitignore
└── README.md

Help

$ dtree --help
Usage: dtree [options]
Options:
  -h, --help            Show this help message and exit
  -p, --path            Set root path of tree
  -a, --all             Print all files and directories
  -d, --max-depth       Set max depth of tree

Installation

$ dotnet tool install -g dtree

Uninstallation

$ dotnet tool uninstall -g dtree
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. 
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.0.10 325 1/22/2023
0.0.6 275 1/21/2023
0.0.5 247 1/21/2023
0.0.4 263 1/21/2023
0.0.1 266 1/21/2023