Karl Voit

Results 125 issues of Karl Voit

Idea is taken from https://github.com/novoid/filetags/pull/30/commits/90d758c917387e66a61555f84bdc0be100778ffb which introduces a variable for counting error cases. It ends with: ``` if num_errors > 0: error_exit(20, str(num_errors) + ' error(s) occurred. Please check messages...

enhancement
help wanted
quickfix

I want to force the user(s) to use only pre-defined tags that are part of the controlled vocabulary. Please add a CLI option like `--force-cv` (or: `--prevent-unknown-tags` or ?). FIXXME:...

enhancement
concept-needed

A file like `$HOME/subdir1 -- foo/subdir2/a file.txt` does inherit the tag "foo" from its absolute path. #13 has to be done beforehand. FIXXME: think about all implications of this feature...

enhancement
wontfix
concept-needed

I'd like to use filetags within directories same as within file names.

enhancement
wontfix
help wanted
concept-needed

Functionalities that deal with generation of tagtrees were added to "filetags". Related command line options got more and more. Maybe it is time to separate the tagtrees functionality to a...

enhancement
concept-needed

Non-Windows systems do not only know lnk files but also symbolic links and hard links. I'd like to be able to choose for tagtrees and filter functionality whether or not...

enhancement
concept-needed

Add a separate script (I plan to separate `filetags` from `tagtrees` anyway) for generating a directory-link structure that reflects the datestamp of file creation (ctime=default) or modification (mtime): `datetrees --dest...

enhancement
help wanted

The README.org did get long. Tool integration was separated in 2018-04. However, there should be a dedicated manual with a chapter that lists typical use-cases such as: - tag gardening...

documentation

Many general functions within `filetags/__init__.py` should be moved to a library so that other tools are able to re-use that functionality. For #8 this is a necessary step.

enhancement

As a user **I would like to see the number of conflicting files in the (web-)UI** so that I'm aware of having conflicting files in the first place. I do...

enhancement