Skip to content

Releases: aydakikio/FolderMaker

Version 1.0

01 Dec 17:07
d110cae

Choose a tag to compare

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

  1. Clone or download the source code
  2. Update the path variable with your desired parent folder location
  3. Compile and run!