Commit graph

59 commits

Author SHA1 Message Date
Karl Voit
4b075f0127 migrated tp Python 3 via 2to3 2017-08-22 12:26:10 +02:00
Karl Voit
b0f3760724 fixed Python2 shebang according to PEP0394 2017-02-12 17:36:44 +01:00
Karl Voit
5e3d9e36e1 added regex and handling of video files from Android camera 2017-01-06 14:45:12 +01:00
Karl Voit
b8fb636862 compiling RegEx + some unicode handling fixed 2016-12-30 11:53:02 +01:00
Karl Voit
2daf90ee4b added pattern for Android photographs 2016-12-29 15:25:44 +01:00
Karl Voit
bd09e9e80b refactured TIMESTAMP and DATESTAMP regex 2016-12-29 14:58:22 +01:00
Karl Voit
74408172ed added MediathekView filename pattern 2016-12-28 16:58:13 +01:00
Karl Voit
b6b0099e62 better debug output; added osmtracker file pattern 2016-12-28 14:32:10 +01:00
Karl Voit
bbd14c38c8 added pattern matching for android screenshots 2016-12-28 14:10:54 +01:00
Karl Voit
2694d786f2 three more filename examples 2016-04-09 14:54:40 +02:00
Karl Voit
1487cacd4a added another example; renamed s to self 2016-03-12 22:12:34 +01:00
Karl Voit
a27bc42a2e handled zero length PDF content 2016-03-12 22:05:58 +01:00
Karl Voit
bcc6f3adac added get_euro_charge_from_context_or_basename() + fixed space issue 2016-03-12 15:21:36 +01:00
Karl Voit
ff1c84c71c added another file example 2016-03-12 14:34:33 +01:00
Karl Voit
fa12fd4f9c added contains_all_of() 2016-03-12 14:34:22 +01:00
Karl Voit
6444d04a05 renamed success directory 2016-03-12 14:21:41 +01:00
Karl Voit
2d7e141854 moved hidden functionality to functions 2016-03-12 13:59:06 +01:00
Karl Voit
77bd39fa3d better UTF-8 handling 2016-03-12 13:45:05 +01:00
Karl Voit
68165151f0 added hidden feature to move new files to SUCCESS_DIR 2016-03-12 13:13:43 +01:00
Karl Voit
14f5391cc5 added hidden feature to move failed files to ERROR_DIR 2016-03-10 17:04:17 +01:00
Karl Voit
90dea54bc0 added error-handling for non-readable PDF files 2016-03-10 17:04:02 +01:00
Karl Voit
73ffdddabb debug output of failed nr. of files + exit code 1 on error 2016-03-10 16:47:17 +01:00
Karl Voit
ef03f70acb check only content of files of type PDF 2016-03-10 16:46:44 +01:00
Karl Voit
178e63c9dd added generic bill filename and removed finance tag 2016-03-10 16:45:59 +01:00
Karl Voit
e05f8b2cca much better output for end-user 2016-03-09 18:45:14 +01:00
Karl Voit
8f0d1636ac added another PDF example 2016-03-09 18:34:15 +01:00
Karl Voit
74f502a013 Better logging and new PDF example 2016-03-09 18:23:26 +01:00
Karl Voit
d67f873a68 additional PDF example 2016-03-09 18:12:44 +01:00
Karl Voit
b393c96f15 more efficient fuzzy match for exact matches 2016-03-09 18:12:28 +01:00
Karl Voit
8d95218dbd 2 additional examples 2016-03-08 17:35:49 +01:00
Karl Voit
45797a0414 added multi-line-support for get_euro_charge_from_context 2016-03-08 16:51:19 +01:00
Karl Voit
a409d91c04 get_euro_charge_from_context 2016-03-07 14:50:50 +01:00
Karl Voit
cc615cff3a fuzzy_contains_all_of 2016-03-07 13:52:47 +01:00
Karl Voit
d75416db96 fixed GitHub repo path 2016-03-06 19:41:55 +01:00
Karl Voit
d964cbc0d6 Merge branch 'master' of github.com:novoid/guess-filename.py 2016-03-06 19:39:20 +01:00
novoid
03f4957f8e Initial commit 2016-03-06 19:37:20 +01:00
Karl Voit
51afb63d2a derive_new_filename_from_content 2016-03-06 19:33:50 +01:00
Karl Voit
392acb5c0a moved important constants back from config to code 2016-03-06 19:01:48 +01:00
Karl Voit
184f397df1 finished config file loader 2016-03-06 18:59:34 +01:00
Karl Voit
87831ddf11 pylint corrections 2016-03-06 18:43:39 +01:00
Karl Voit
2a3057278a pylint corrections 2016-03-06 18:37:26 +01:00
Karl Voit
e63a6df2e1 logical re-ordering of the class functions 2016-03-06 17:47:34 +01:00
Karl Voit
df1d5c847b 10er GVB file type, better import error handling 2016-03-06 17:44:24 +01:00
Karl Voit
3a3e93b7d3 test_rename_file 2016-03-06 16:31:17 +01:00
Karl Voit
c267a7a8cc added directory handling, fine-tuning of fuzzy, ... 2016-03-06 15:31:46 +01:00
Karl Voit
f37199e184 added verbose to example call 2016-03-06 15:31:02 +01:00
Karl Voit
73c0c2f9e0 fuzzy_contains_one_of 2016-03-06 12:28:55 +01:00
Karl Voit
ffe08ff4d0 contains_one_of 2016-03-05 23:43:39 +01:00
Karl Voit
01be5358a6 renamed has_euro_charge 2016-03-05 23:06:57 +01:00
Karl Voit
8113a0861f adding_tags 2016-03-05 23:04:03 +01:00