Metadata-Version: 2.0
Name: appendfilename
Version: 2018.02.03.1
Summary: Intelligent appending text to file names, considering file extensions and file tags
Home-page: https://github.com/novoid/appendfilename
Author: Karl Voit
Author-email: tools@Karl-Voit.at
License: UNKNOWN
Download-URL: https://github.com/novoid/appendfilename/zipball/master
Description-Content-Type: UNKNOWN
Keywords: file managing,file management,files,date,time,time-stamps
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: pyreadline

appendfilename
-----------------------------
Intelligent appending text to file names, considering file extensions and file tags

Usage:
    ./appendfilename.py [<options>] <list of files>

This tool inserts text between the old file name and optional tags or file extension.


Text within file names is placed between the actual file name and
the file extension or (if found) between the actual file namd and
a set of tags separated with " -- ".
  Update for the Boss  <NEW TEXT HERE>.pptx
  2013-05-16T15.31.42 Error message <NEW TEXT HERE> -- screenshot projectB.png

Example usages:
  ./appendfilename.py --text="of projectA" "the presentation.pptx"
      ... results in "the presentation of projectA.pptx"
  ./appendfilename.py "2013-05-09T16.17_img_00042 -- fun.jpeg"
      ... with interactive input of "Peter" results in:
          "2013-05-09T16.17_img_00042 Peter -- fun.jpeg"



