Metadata-Version: 2.0
Name: filetags
Version: 2018.1.29.4
Summary: Management of simple tags within file names
Home-page: https://github.com/novoid/filetags
Author: Karl Voit
Author-email: tools@Karl-Voit.at
License: UNKNOWN
Download-URL: https://github.com/novoid/filetags/zipball/master
Description-Content-Type: UNKNOWN
Keywords: tagging,tags,file managing,file management,files,tagtrees,tagstore,tag-based navigation,tag-based filter
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Dist: colorama
Requires-Dist: pyreadline
Requires-Dist: clint

filetags
-----------------------------
This Python script adds, removes, and manages tags in file names as in following examples:

    file without time stamp in name -- tag2.txt

    file name with several tags -- tag1 tag2.jpeg

    another example file name with multiple example tags -- fun videos kids.mpeg

    2013-05-09 a file name with ISO date stamp in name -- tag1.jpg

    2013-05-09T16.17 file name with time stamp -- tag3.csv

There are many more cool features provided by this tool.
Please read https://github.com/novoid/filetags/ for further information and descriptions.


