Skip to content

feat: add .filetags syntax for including other files #72

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

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

MoritzBoehme
Copy link
Contributor

Resolves #7

The method I used was to keep a list of included files and adding each file when it is processed. New includer are only considered if the real path of the file was not yet included.

Let me know what you think...

@novoid novoid self-assigned this Aug 26, 2024
@novoid novoid merged commit b84bfaf into novoid:master Aug 26, 2024
2 checks passed
@novoid
Copy link
Owner

novoid commented Aug 26, 2024

Wow, that made my day! 🙇

Thank you very much for implementing this feature!

I'll test that later with a use-case I do have which required that.

@novoid
Copy link
Owner

novoid commented Aug 26, 2024

I'd like to test:

  • including a file from a different file system
  • including a file that is a symlink
  • including a file that includes a file

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

Successfully merging this pull request may close these issues.

.filetags CV-file: include other files
2 participants