Metadata-Version: 2.1
Name: categorize
Version: 0.1.1
Summary: Categorize is a simple, customizable CLI-tool for automation sorting your files by their extensions.
Home-page: https://github.com/kantegory/categorize
Author: Dobryakov David
Author-email: kantegory@etersoft.ru
License: ISC
Description: # Categorize
        
        Categorize is a simple, customizable CLI-tool for automation sorting your files by their extensions.
        
        ## Installing
        
        From sources. Clone the repo:
        
        ```bash
        $ git clone https://github.com/kantegory/categorize.git
        ```
        
        Install package:
        
        ```bash
        $ make install
        ```
        
        That's all, you awesome!
        
        Or from pip:
        ```bash
        $ pip install categorize
        ```
        
        ## Usage
        
        Sorting:
        
        ```bash
        $ categorize --directory /path/to/your/directory
        ```
        
        Show all categories and extensions:
        
        ```bash
        $ categorize-config --show
        ```
        
        Edit pattern name:
        
        ```bash
        $ categorize-config --edit-name pattern_name new_name
        ```
        
        Edit extensions for pattern name:
        
        ```bash
        $ categorize-config --edit-ext pattern_name
        ```
        
        ## Contacts
        
        [Email me](mailto:kantegory.etersoft.ru), or contact me in [telegram](https://t.me/kantegory).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System
Classifier: Topic :: Utilities
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown
