Metadata-Version: 2.1
Name: organizer-cli
Version: 0.0.45
Summary: A Python CLI tool that runs throught a given directory and organizes all un-folder bound files into folders by file extension.
Home-page: https://github.com/Mulaza/File-Organizer
Author: Mulaza Jacinto
Author-email: mulazajacinto@Gmail.com
License: UNKNOWN
Description: ![banner](https://user-images.githubusercontent.com/60890281/101976738-24c1e000-3c83-11eb-8780-f80eb7587cad.png)
        
        # Organizer cli
        A Python CLI tool that runs throught a given directory and organizes all un-folder bound files into folders by file extension.
        Supports 108 different file extensions over 27 file type categories.
        
        ## Dependencies
        * [click](https://pypi.org/project/click8/)
        * [colorama](https://pypi.org/project/colorama/) 
        * [progress](https://pypi.org/project/progress/)
        
        
        ## Installation
        ### Pip install
        ```text
        pip install organizer-cli
        ```
        ### Local install
        ```text
        cd Organizer-Cli
        pip install -e .
        ```
        
        
        ## Whats New
        ### Features
        * Pre-action prompt to the number of files that will be moved.
        * Prompts the user if no files extensions are supported in the directory.
        ### Extensions
        * Added extensions include [.vce, .spx, .m4r, .wax, .xlsb, .xlsm, .xlam,
          .xlb, .xla, .xlt, .xar, .xlm, .xl, .xlw, .xltx, .xll, .xlc, .ppsx, .ppsm,
          .pptm, .sldx, .pot, .potx, .ppam, .ppa, .sldm, .pa, .potm]
        
        
        ## Commands
        
        * safe
        * all
        * image
        * audio
        * video
        * office
        * vector
        * gif
        * photoshop
        * pdf
        * font
        * code
        * safe
        * all
        
        
        ## Usage 
        ```text
        >> Organize               # Organizes all user friendly files
        ```
        ```text
        >> Organize image         # Organizes all image files
        ```
        ```text
        >> Organize video         # Organizes all video files
        ```
        ```text
        >> Organize audio         # Organizes all audio files
        ```
        ```text
        >> Organize office        # Organizes all office files
        ```
        ```text
        >> Organize vector        # Organizes all vector files
        ```
        ```text
        >> Organize gif           # Organizes all gif files
        ```
        ```text
        >> Organize photoshop     # Organizes all photoshop files
        ```
        ```text
        >> Organize pdf           # Organizes all pdf files
        ```
        ```text
        >> Organize font          # Organizes all font files
        ```
        ```text
        >> Organize code          # Organizes all programming files
        ```
        ```text
        >> Organize safe          # Organizes all user friendly files
        ```
        ```text
        >> Organize all           # Organizes all supported files
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
