Metadata-Version: 2.4
Name: filetags
Version: 2026.3.1.1
Summary: Management of simple tags within file names and retrieval methods using those tags
Home-page: https://github.com/novoid/filetags
Download-URL: https://github.com/novoid/filetags/zipball/master
Author: Karl Voit
Author-email: Karl Voit <tools@Karl-Voit.at>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/novoid/filetags
Project-URL: Repository, https://github.com/novoid/filetags
Project-URL: Issues, https://github.com/novoid/filetags/issues
Keywords: tagging,tags,file managing,file management,files,tagtrees,tagstore,tag-based navigation,tag-based filter
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/plain
License-File: LICENSE.txt
Requires-Dist: clint>=0.5.1
Requires-Dist: colorama>=0.4.6
Requires-Dist: pyreadline3>=3.5.4
Requires-Dist: pypiwin32; sys_platform == "win32"
Dynamic: author
Dynamic: download-url
Dynamic: home-page
Dynamic: license-file

This Python script adds or removes tags to file names in the following form:

- 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

The script accepts an arbitrary number of files (see your shell for possible length limitations).

- Target group: users who are able to use command line tools and who are using tags in file names.
- Hosted and documented on github: https://github.com/novoid/filetags
