Releases: aydakikio/FolderMaker
Releases · aydakikio/FolderMaker
Version 1.0
Folder Maker v1.0 - Initial Release 🎉
I'm excited to announce the first release of Folder Maker, a simple command-line utility for quickly creating organized folder structures!
What is Folder Maker?
Folder Maker is a lightweight C++ tool that helps you create multiple folders instantly, perfect for organizing files, setting up project structures, or preparing directory hierarchies.
Features
✨ Three Creation Modes:
- A-Z Folders - Create 26 folders named A through Z (uppercase)
- a-z Folders - Create 26 folders named a through z (lowercase)
- Numeric Folders - Create any number of folders (1, 2, 3, ... n)
🚀 Simple & Fast - Interactive menu-driven interface for easy folder creation
⚙️ Customizable - Set your target directory path in the source code
Requirements
- C++17 or higher (uses
std::filesystem) - Compatible compiler (GCC, Clang, MSVC)
Getting Started
- Clone or download the source code
- Update the
pathvariable with your desired parent folder location - Compile and run!