Metadata-Version: 2.0
Name: taggo
Version: 0.4.2
Summary: Tag organizer that creates symlinks from filename-tags
Home-page: https://github.com/xeor/taggo
Author: Lars Solberg
Author-email: lars.solberg@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: taggo
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6

taggo
=====

.. image:: https://img.shields.io/pypi/v/taggo.svg
        :target: https://pypi.python.org/pypi/taggo

.. image:: https://img.shields.io/travis/xeor/taggo.svg
        :target: https://travis-ci.org/xeor/taggo

.. image:: https://readthedocs.org/projects/taggo/badge/?version=latest
        :target: https://taggo.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/xeor/taggo/shield.svg
     :target: https://pyup.io/repos/github/xeor/taggo/
     :alt: Updates

Tag organizer that uses names of files and folders to create symlinks.
Tags are defined by using #hashtags in the name. They can also be as many sub levels as you want, like #sub-hash-tag

**I'm currently remastering this repo, please use https://github.com/xeor/taggo/tree/0.2 for the newest working version**

* Free software: MIT license
* Documentation: https://taggo.readthedocs.io
* Source: https://github.com/xeor/taggo
* Issues: https://github.com/xeor/taggo/issues

Introduction
------------

This project is in beta stage, please report bugs :)

Any questions, thoughts, bugs are very welcome!


Requirements
------------

* Python 3.6 or newer (mostly because of fstring)


What it does
------------

Taggo creates symlinks based on hashtags it finds in the file or foldername.

Here are some examples

.. list-table:: Filename examples
   :widths: 10 40
   :header-rows: 1

   * - Fil/folder names
     - Creates
   * - A random name.jpg
     -
   * - dcim1234 #People-Lars #food.jpg
     - 1 link in a folder People/Lars/... and one in food/
   * - 2012-09-25 Oslo tour #Earth-Europe-Norway-Oslo/dcim123...
     - Link to the folder under Earth/Europe/Norway/Oslo/2012-09-25....
   * - dcim123,#tag1.jpg
     - Link to the file under tag1/
   * - dcim321#tag2.jpg
     - Nothing, a tag needs a space, . or , in front and back of the tag.

FAQ
---

* Why the name taggo?

  * It's a tagging tool. It does stuff with tags. What do you suggest? Tagging, taggs, tags, tag2fold... no.. Taggo!

* Why do you want to create tags with symlinks?

  * Because everyone have underestimated the power of tagging data.
  * Photo filenames are just wasted, what does DCIM1234.jpg tell you?
  * You know you miss one folder that contains all your dog pictures.
  * You sould not depend on a 3rd party program/database to manage
    your files/photos.


=======
History
=======

0.4.0 (2017-10-08)
------------------

* Test on PyPI.. Non working version.

0.2 (2017-10-07)
------------------

* Checkpoint of the last version working with 2.x. This checkpoint contains code from many years ago.


