0.1.1 • Published 2 years ago

@shvmeless/dirman v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@Shvmeless/Dirman

List Command

Generates a list of all items found within the specified directory.

OptionsDescription
[path]The path to the directory where the files will be displayed.Default: Current location.
-c --creationThe list will display the creation date of each item.
-u --updateThe list will display the modification date of each item.
-s --sizeThe list will display the size of each item.

Size Command

Displays the total size of the specified directory.

OptionsDescription
[path]Path of the directory to calculate the size.Default: Current location.

Search Command

Lists the directories and files found in the specified location.

OptionsDescription
[path]Path of the directory where to search.Default: Current location.
\<name>The file name to search for.