Metadata-Version: 2.1
Name: joetags
Version: 0.2.0
Summary: tag and organize your projects
Home-page: UNKNOWN
Author: realsirjoe
Maintainer: realsirjoe
License: UNKNOWN
Description: # Joetags
        
        **DECREASES file tree complexity**  
        **INCREASES your Productivity**  
        
        With Joetags you can Tag all your projects/directories to easily find them inside huge directories.  
        A branch of a branch of a branch of a branch is history.  
        
        Projects are Complex and not Black and White, they can be written in a particular language, be artistic at the same time, and made for a specific client. They can be about biology while being about chemics. The world is sometimes more complex than it seems. But Directory Trees force us to classivy projects with just one property.
        
        However with joetags you can add as many tags to directories as you want and easily find stuff. 
        Aditionally labeled projects/directories can be made more accessible to automated processes.
        
        ## How Joetags improves Working
        
        Before using Joetags you may have a file tree like this:
        
        * User/projects/py  
        * User/projects/go  
        * User/projects/php  
        
        after  
        
        * User/projects  
        
        where all your projects are now based!  
        Simply search py for all py tagged projects or search py|php to get all py or php tagged projects
        
        ## How to Write .joetag File
        
        **tag:group**  
        
        ```
        python:programming  
        hobby  
        michael_deangelo:client  
        ```
        
        
        You can use all letters and underscores and numbers tagnames and grous have to begin with a letter
        
        ## How to search for directories
        
        ```
        joetag search 'expr'
        ```
        
        expressions can have unions:| intersections:& and can be negated:!
        
        ## Why are tags and groups handled the same in search
        
        ```
        joetag search 'socialmedia'
        ```
        does not care if socialmedia is a tag or a group, why is that?  
        
        groups may be tags for other groups:
        if socialmedia is a group in one place it could be a tag on another place  
        
        `socialmedia:social`
        
        however it mustn't only have one 'parent' group  
        
        `socialmedia:social`
        `socialmedia:internet`
        
        can both coexist in joetags
        
        While the same could be achived with less characters and no duplicates we root for easy usage and syntax
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
