MissDirectory Background
MissDirectory is a directory template manager used to automate the repetitive task of creating similar directory structures. I was inspired to build this application when I found myself creating the same directory structures for my university courses every semester. With MissDirectory, I can setup the template once and generate them whenever I want to.
Visit the repository: MissDirectory
Features
Template System
It encourages template reusability with its placeholder feature which allows users to specify directory name for each generation.
Command-line Conventions
MissDirectory embraces the power of command-line conventions to deliver a seamless editing experience for templates. It is designed to minimize the learning curve by building on familiar commands like cd
and mkdir
.
For detailed set of features, refer to Github Pages documentation here.
Under the Hood
Written in Java and utilises Design Patterns like
Command
, Singleton
to improve maintainability
Project Insights
While the project is primarily for my personal use, I wanted it to be a full fledged tool that can be used by others. Hence, I decided to create the mascot and a complete Github Pages documentation.