Peppy-The-Organizer is a command-line interface (CLI) tool designed to enhance your file organization and directory visualization. It simplifies managing your workspace by offering functionalities to organize files into categories, display directory tree structures, and provide easy access to command instructions.
- Tree View: Visualize the directory structure in a tree format.
- Organize: Automatically sorts files into designated folders based on file type.
- Help: Access a list of available commands and their usage.
- Clone the repository to your local machine.
- Navigate to the project directory and run
npm init -yto initialize the project. - Use
npm linkto globally link the CLI tool, making it accessible from any directory.
peppy tree "directoryPath"
peppy organize "directoryPath"
peppy help