diff --git a/README.org b/README.org index 1a18ee7..dd5585d 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,4 @@ -## Time-stamp: <2016-03-05 11:51:45 vk> +## Time-stamp: <2016-03-06 19:41:02 vk> ## -*- coding: utf-8 -*- ## This file is best viewed with GNU Emacs Org-mode: http://orgmode.org/ @@ -19,7 +19,7 @@ possible length limitations). - *Target group*: users who are able to use command line tools and who are using tags in file names. -- Hosted on github: https://github.com/novoid/guessfilename +- Hosted on github: https://github.com/novoid/guess-filename.py ** Why diff --git a/guessfilename.py b/guessfilename.py index 15da606..5ab7e30 100755 --- a/guessfilename.py +++ b/guessfilename.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Time-stamp: <2016-03-06 19:33:06 vk> +# Time-stamp: <2016-03-06 19:41:42 vk> # TODO: # * fix parts marked with «FIXXME» @@ -32,7 +32,7 @@ except ImportError: sys.exit(1) PROG_VERSION_NUMBER = u"0.1" -PROG_VERSION_DATE = u"2016-03-04" +PROG_VERSION_DATE = u"2016-03-06" INVOCATION_TIME = time.strftime("%Y-%m-%dT%H:%M:%S", time.localtime()) USAGE = u"\n\ @@ -47,7 +47,7 @@ Example usages:\n\ \n\ \n\ \n\ -Verbose description: FIXXME: http://Karl-Voit.at/managing-digital-photographs/\n\ +Verbose description: FIXXME: http://Karl-Voit.at/FIXXME/\n\ \n\ :copyright: (c) by Karl Voit \n\ :license: GPL v3 or any later version\n\