1.0.0 • Published 2 years ago

dirmanager-leadermasterguy v1.0.0

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

DirManager

This app(DirManager) allows for its users to view and manage directories on their computer. They can list contents, and create directories, and create folders. \ image

Help

Utilizing "dirmanager", or "dirmanager -h", one can reach the help screen, which displays the usage of all of the app's commands. \ image

Version

Utilizing "dirmanager -v", or "dirmanager --version", will display DirManager's version number. \ image

List

Utilizing "dirmanager -l", or "dirmanager --ls", will display the files within the current directory. If you povide a file path after the -l or --ls, it will instead display the files within that directory. \ image

Create Directory

Utilizing "dirmanager -m", or "dirmanager --mkdir" followed by a folder name, will create a new folder with that name in your current directory. \ image

Create File

Utilizing "dirmanager -t", or "dirmanager --touch" followed by a file name, will create a new file with that name in your current directory. \ image