Karl Voit
|
b9cbded73e
|
unit_tests.py: PEP8 fixes
|
2017-08-27 23:55:49 +02:00 |
|
Karl Voit
|
bdee8a1224
|
fixed unit tests to ignore list item orders
|
2017-08-22 13:00:23 +02:00 |
|
Karl Voit
|
f5302df84b
|
PEP8 fixes
|
2017-08-22 12:54:44 +02:00 |
|
Karl Voit
|
b9f04ff2f4
|
migrated to Python3 via 2to3
|
2017-08-22 12:51:18 +02:00 |
|
Karl Voit
|
58ea762fb2
|
README: much better and verbose changelog
|
2017-04-09 11:13:10 +02:00 |
|
Karl Voit
|
cec1b7dc21
|
documentation of removing tags via '-tagname'
|
2017-04-09 10:53:34 +02:00 |
|
Karl Voit
|
4e8edd6fa4
|
interactively removing tags via -tagname
|
2017-04-09 10:45:44 +02:00 |
|
Karl Voit
|
18841fc9db
|
try too find alternative filename if file not found
|
2017-04-09 09:56:45 +02:00 |
|
Karl Voit
|
24c5a5f922
|
removed unused INVOCATION_TIME variable
|
2017-03-19 11:19:52 +01:00 |
|
Karl Voit
|
fa31788e9e
|
shortcut tags can be mixed with non-shortcut tags
|
2017-02-25 12:13:40 +01:00 |
|
Karl Voit
|
b07a3c2430
|
fixed unit test bug
|
2017-02-25 11:18:10 +01:00 |
|
Karl Voit
|
ab1ac4432e
|
README: fixed markup issues
|
2017-02-15 14:55:01 +01:00 |
|
Karl Voit
|
f773e92fe9
|
README: fixed markup issueswq
|
2017-02-15 14:52:59 +01:00 |
|
Karl Voit
|
29048a0318
|
fixed Python2 shebang according to PEP0394
|
2017-02-12 17:33:50 +01:00 |
|
Karl Voit
|
d7c992956d
|
better help text for --filter option
|
2017-02-06 18:42:47 +01:00 |
|
Karl Voit
|
8059144a7f
|
added existing common tags to visual
|
2016-11-27 12:21:50 +01:00 |
|
Karl Voit
|
4d0007b210
|
fixed bug when filtering out already used tags
|
2016-10-17 13:37:15 +02:00 |
|
Karl Voit
|
9b694ec696
|
interactively adding tags: omit already assigned tags in shortcuts and vocabulary
|
2016-10-16 12:53:41 +02:00 |
|
Karl Voit
|
9f072555d4
|
added caching of tags and misc refactoring
|
2016-10-15 17:05:05 +02:00 |
|
Karl Voit
|
f057842008
|
added tag gardening: vocabulary tags not used + tags not in vocabulary
|
2016-10-15 13:58:58 +02:00 |
|
Karl Voit
|
ed856b1e66
|
added how-to-thank-me section
|
2016-08-29 19:37:26 +02:00 |
|
Karl Voit
|
0c891c0ec3
|
two minor fixes
|
2016-08-29 19:36:56 +02:00 |
|
Karl Voit
|
78e802fdac
|
filter requires all tags to be matching
|
2016-08-26 07:41:42 +02:00 |
|
novoid
|
9f01add19c
|
removing .gitignore
|
2016-08-23 21:29:50 +02:00 |
|
Karl Voit
|
a075c73ea0
|
ignoring .gitignore
|
2016-08-23 21:31:03 +02:00 |
|
Karl Voit
|
bd1af9e8c4
|
"pip install filetags" is official
|
2016-08-23 21:29:11 +02:00 |
|
Karl Voit
|
77b14c7429
|
README: preparation for pip-installation
|
2016-08-23 20:37:47 +02:00 |
|
Karl Voit
|
a64c488ab2
|
README: added a changelog
|
2016-08-23 20:36:00 +02:00 |
|
Karl Voit
|
aae1cc1292
|
safe importing of libs; misc minor fixes
|
2016-08-23 20:35:33 +02:00 |
|
Karl Voit
|
d67939c864
|
beautified (and refactored) display output
|
2016-08-22 21:05:03 +02:00 |
|
Karl Voit
|
8c118df420
|
added future features; moved image viewer to const
|
2016-08-21 22:19:34 +02:00 |
|
Karl Voit
|
861a08d7f2
|
initial version with tagfilter (not tested)
|
2016-08-21 20:25:37 +02:00 |
|
Karl Voit
|
486ba467b9
|
README: minor improvements and Thunar integration
|
2016-08-21 16:45:30 +02:00 |
|
Karl Voit
|
0b02032b7f
|
README: contains complete output of --help
|
2016-08-21 14:48:47 +02:00 |
|
Karl Voit
|
85b50a8c04
|
Merge branch 'master' of github.com:novoid/filetags
|
2016-08-21 14:43:38 +02:00 |
|
Karl Voit
|
9e78f9a92e
|
introduced unique tags in .filetags
|
2016-08-21 14:42:31 +02:00 |
|
Karl Voit
|
b513738643
|
replaced PROG_VERSION with latest date of change
|
2016-08-21 13:04:29 +02:00 |
|
Karl Voit
|
f742d3f995
|
added org-mode in mode-line of README
|
2016-08-21 12:55:51 +02:00 |
|
novoid
|
c22572caf8
|
Merge pull request #3 from jonasjberg/pullreq
Move regex capture groups to constant variables.
|
2016-07-13 12:18:08 +02:00 |
|
Jonas Sjöberg
|
dd81fb7686
|
Move regex capture groups to constant variables.
Moves regex capture groups for "FILE_WITH_EXTENSION_REGEX" to constant
variables as to match the convention used for "FILE_WITH_TAGS_REGEX".
|
2016-07-12 08:24:53 +02:00 |
|
Karl Voit
|
1d7072da04
|
fixed stupid colon bug
|
2016-05-06 12:03:48 +02:00 |
|
Karl Voit
|
48015ff37c
|
fetched another Unicode character
|
2016-05-06 10:58:59 +02:00 |
|
Karl Voit
|
7e54d022bc
|
Fixed bug with empty vocabulary
|
2016-05-06 10:24:18 +02:00 |
|
Karl Voit
|
251cfc66eb
|
added try-catch for UnicodeEncodeError and UTF-8 characters
|
2016-05-05 21:12:26 +02:00 |
|
Karl Voit
|
b8ed73adb9
|
deactivated recursive tag search + better debug output
|
2016-03-11 16:14:05 +01:00 |
|
Karl Voit
|
f9467e8b91
|
clarifying format of multiple tags
|
2016-02-25 10:02:52 +01:00 |
|
Karl Voit
|
c416c497d4
|
request cg4242: print file names in non-interactive mode
|
2016-02-25 09:55:24 +01:00 |
|
Karl Voit
|
ad4f9411de
|
fixed bug when removing tags with shortcuts
|
2016-02-13 11:48:18 +01:00 |
|
Karl Voit
|
6e0c63684d
|
added more unit-tests
|
2016-01-10 19:23:43 +01:00 |
|
Karl Voit
|
9218b569a3
|
removed trace point from past
|
2016-01-10 18:35:23 +01:00 |
|