0.1.1 • Published 4 years ago
@shvmeless/dirman v0.1.1
@Shvmeless/Dirman
List Command
Generates a list of all items found within the specified directory.
| Options | Description |
|---|---|
| [path] | The path to the directory where the files will be displayed.Default: Current location. |
| -c --creation | The list will display the creation date of each item. |
| -u --update | The list will display the modification date of each item. |
| -s --size | The list will display the size of each item. |
Size Command
Displays the total size of the specified directory.
| Options | Description |
|---|---|
| [path] | Path of the directory to calculate the size.Default: Current location. |
Search Command
Lists the directories and files found in the specified location.
| Options | Description |
|---|---|
| [path] | Path of the directory where to search.Default: Current location. |
| \<name> | The file name to search for. |