Skip to content

CLI tool which will help you create thousands of junk folders in one command. Create dummy folders in no time

License

Notifications You must be signed in to change notification settings

Abir-Tx/folderJunker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

folderJunker

CMake CodeFactor GH Release Downloads Count GitHub repo size License

Create thousands of junk folders in just using one command

Created for educational or testing purposes only. I am not responsible for any damage caused by this program. The program might be detected as a virus by your antivirus. This is a false positive. You can check the source code for yourself. So it is recommended to disable your antivirus before running this program.

Usage

  • Download the latest release from releases page
  • Extract the zip file
  • Open command prompt in the extracted folder and run folderJunker.exe with the number of folders you want to create as an argument. For example, to create 1000 folders, run folderJunker.exe 1000
  • You can also add the folderJunker.exe to your PATH variable to run it from anywhere

Available options

Usage: folderJunker.exe [OPTIONS] NUMBER_OF_FOLDERS

-h, --help                Print this help message and exit
-v, --version             Print version information and exit
-s, --silent              Run silently without printing anything to the console
-w, --word                Create folders with random words generated from the given string
-n, --number              Specify the number of folders to be created
--destructive             Delete all the content of existing folders before creating new ones.

Building from source

  • Clone the repository
  • cd into the cloned repository & run mkdir build && cd build
  • Run cmake -G "Unix Makefiles" .. or cmake -G "MinGW Makefiles" .. depending on your OS and what generator you want to use
  • Run make or mingw32-make depending on your OS
  • Run ./folderJunker to run the program

Contributors

About

CLI tool which will help you create thousands of junk folders in one command. Create dummy folders in no time

Topics

Resources

License

Stars

Watchers

Forks