-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
I want to include other .filetags files within a .filetags file like:
firsttag
#include ../other/subdir/additional_filetags.txt
normaltag
anothertag
Including other files is done in lines that must start with #include
followed by a relative or absolute link to a file or symbolic link or Windows shortcut file.
- make sure that circular includes are detected somehow -> concept needed
- example:
foo/.filetags
includesbar/.filetags
which includesbaz/.filetags
which includesfoo/.filetags
again - promising approach: calculate md5sum of each CV file before loading, compare with all md5sums already loaded and stop when the md5sum is already in the list of known CV files.
- example: