Commit graph

78 commits

Author SHA1 Message Date
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
Karl Voit
4a69f55933 added new filename as return value to handle_file for better debugging 2016-01-10 18:30:04 +01:00
Karl Voit
7f436d2a89 added undocumented feature of unique labels 2016-01-10 18:12:47 +01:00
Karl Voit
08f54b04b1 renamed tags to tags_from_userinput to clarify list 2016-01-10 17:41:25 +01:00
Karl Voit
66a9cfe779 v0.5 2016-01-08 18:00:15 +01:00
Karl Voit
6fa08d0c02 reduces tag shortcuts to top nine (by usage) 2016-01-08 17:58:49 +01:00
Karl Voit
fc938acd77 added shortcut when adding tags 2016-01-08 17:07:13 +01:00
Karl Voit
9506cc1268 fixed issue with .filetags in current dir 2015-12-31 14:29:10 +01:00
Karl Voit
07f3cf4097 gardening: tags which are part of the vocabulary are marked with asterisk 2015-12-29 18:53:12 +01:00
Karl Voit
fa9510a79f fixed issue with UTF-8 characters in filenames 2015-12-29 11:08:57 +01:00
Karl Voit
9a862477e4 added option --list-tags-unknown-to-vocabulary 2015-12-17 16:19:20 +01:00
Karl Voit
298efe7c0d added input shortcuts for tag removal + limit completion to given tags 2015-12-11 19:49:14 +01:00
Karl Voit
55b71af9eb added manual test folder to ignore list 2015-12-11 19:49:01 +01:00
Karl Voit
40f00f0e8b fixed issue with tags in parent directory 2015-05-30 15:55:48 +02:00
Karl Voit
77f0473c45 interactive: use the path of the first file, not the working directory 2015-01-15 10:30:34 +01:00
Karl Voit
7123715dc6 fixed small issue with missing debug string 2015-01-14 21:31:20 +01:00
Karl Voit
0ba1bdebe7 fixed issue when no tags are entered in interactive mode 2015-01-06 13:16:00 +01:00
Karl Voit
af9e7bc1e0 fixed issue with missing controlled vocabulary 2015-01-06 13:08:51 +01:00