dirmanager-leadermasterguy
v1.0.0
Published
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. \  allows for its users to view and manage directories on their computer.
They can list contents, and create directories, and create folders. 
Help
Utilizing "dirmanager", or "dirmanager -h", one can reach the help screen, which displays the usage of all of the app's commands. 
Version
Utilizing "dirmanager -v", or "dirmanager --version", will display DirManager's version number. 
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. 
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. 
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. 
