Skip to content

leadermasterguy/dirmanager-leadermasterguy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

dirmanager-leadermasterguy created by GitHub Classroom

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%