mirror of
https://github.com/novoid/guess-filename.py.git
synced 2026-02-16 13:24:15 +00:00
fixed GitHub repo path
This commit is contained in:
parent
d964cbc0d6
commit
d75416db96
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <tools@Karl-Voit.at>\n\
|
||||
:license: GPL v3 or any later version\n\
|
||||
|
|
|
|||
Loading…
Reference in a new issue