mirror of
https://github.com/novoid/guess-filename.py.git
synced 2026-02-16 13:24:15 +00:00
additionally link to the PyPi repository
This commit is contained in:
parent
89b9ce2d3c
commit
7fc27ed4ea
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ possible length limitations).
|
||||||
|
|
||||||
- *Target group*: users who are able to use command line tools and who
|
- *Target group*: users who are able to use command line tools and who
|
||||||
are using tags in file names.
|
are using tags in file names.
|
||||||
- Hosted on github: https://github.com/novoid/guess-filename.py
|
- Hosted on github: [[https://github.com/novoid/guess-filename.py]] and PyPi: [[https://pypi.org/project/guessfilename/]]
|
||||||
|
|
||||||
** Why
|
** Why
|
||||||
|
|
||||||
|
|
@ -56,7 +56,7 @@ Some mobile apps generate weird formatted file names. Here is some *recording*:
|
||||||
: gf "Screenshot_2017-11-29_10-32-12.png"
|
: gf "Screenshot_2017-11-29_10-32-12.png"
|
||||||
: → "2017-11-29T10.32.12 -- screenshots.png"
|
: → "2017-11-29T10.32.12 -- screenshots.png"
|
||||||
|
|
||||||
*Android photographs* are handled similarily:
|
*Android photographs* are handled similarly:
|
||||||
|
|
||||||
: gf "IMG_20190118_133928.jpg"
|
: gf "IMG_20190118_133928.jpg"
|
||||||
: → "2019-01-18T13.39.28.jpg"
|
: → "2019-01-18T13.39.28.jpg"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue