dir2 1.1.4

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

Dir2

v1.1.4

Syntax:

dir2 [DIR] [WILD ..] [OPT ..]

Example:

dir2 bin -s *.exe *.dll --size-beyond=10m

Syntax:

dir2 DIR/WILD [OPT ..]

Example:

dir2 obj/*.dll -s

Syntax:

dir2 --help TOPICS

Example:

dir2 --help sort

Syntax to list help topics:

dir2 -? ?
dir2 --help help

Options:

Shortcut Option Example Shortcut Example
-? --help
-? ? --help help
-? TOPICS --help TOPICS --help sort -? sort
--cfg-off
--utf8
--regex
--case-sensitive
--create-date
--relative
--count-comma
--size-beyond --size-beyond=9k
--size-within --size-within=10m
--date-beyond --date-beyond=3h
--date-within --date-within=9d
--no-ext --no-ext=only
--hidden --hidden=only
--size-format --size-format=short
--count-width --count-width=10
--date-format --date-format=MM.dd
--total --total=only
--hide --hide=date
-o --sort --sort=size -o date
--take --take=100m
--dir --dir=sub
--sum --sum=ext
-x --excl-file --excl-file=*.dll,*.pdb -x *.exe,*.dat
-X --excl-dir --excl-dir=bin,obj -X bin,obj

Daily Shortcut:

Shortcut Stand for Description
-s --dir=sub Recursively sub-directory
-f --dir=off List file only
-d --dir=only List dir name only
-T --dir=tree List dir tree
-c --case-sensitive
-b --total=off List filename (with path) only
--hide=size,date,count
-t --total=only Display total line only

Setup by Config File & Environment

Config file "dir2.opt" will be referred before envir var "dir2".

Environment "dir2" will be referred before command line parameters.

See:

	dir2 -? cfg
	dir2 -? envr | more

Yung, Chun Kau

yung.chun.kau@gmail.com

2021-11-08

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. 
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
2.2.0 132 2/1/2024
2.1.1 165 1/1/2024
2.1.0 178 11/15/2023
2.0.1 289 2/8/2023
2.0.0 355 1/1/2023
1.1.6 272 12/30/2021
1.1.5 355 12/14/2021
1.1.4 336 11/8/2021
1.1.3 339 10/27/2021
1.1.2 339 10/26/2021
1.1.1 400 10/24/2021
1.1.0 369 10/24/2021
1.0.1 369 10/16/2021

dotnet 6 has been relased at Nov 8, 2021.