Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.filetags CV-file: include other files #7

Closed
1 task done
novoid opened this issue Apr 19, 2018 · 1 comment · Fixed by #72
Closed
1 task done

.filetags CV-file: include other files #7

novoid opened this issue Apr 19, 2018 · 1 comment · Fixed by #72

Comments

@novoid
Copy link
Owner

novoid commented Apr 19, 2018

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 includes bar/.filetags which includes baz/.filetags which includes foo/.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.
@novoid novoid added this to the 2018 milestone Apr 29, 2018
@novoid novoid self-assigned this Jun 2, 2018
@novoid novoid removed this from the 2018 milestone Dec 19, 2021
@DeutscheGabanna
Copy link

DeutscheGabanna commented Dec 10, 2022

This would be cool! Based on the journey this task went through since 2018-2022 I guess I'd have to wait a few more years :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants