Back to Tools
Folder Manager
PythonUtilityOrganization
Overview
A command-line tool for creating and managing project folder structures. Designed for creative professionals who work across multiple projects and need consistent organization.
Features
- Template system: Define reusable folder structures
- Naming conventions: Automatic date prefixes and slug generation
- Batch operations: Create multiple project folders at once
- Cross-platform: Works on Windows, macOS, and Linux
Why This Exists
After years of manually creating project folders and inevitably ending up with inconsistent naming, I built this tool to automate the process. Every project now starts with the same organized structure.
Installation
pip install hntbo-folder-manager
Basic Usage
# Create a new project with the default template
folder-manager create "Client Name - Project Title"
# List available templates
folder-manager templates
# Create with a specific template
folder-manager create "Video Project" --template video
Questions or suggestions?
Have questions about this tool or want to suggest improvements?
Get in Touch