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

Front matter with metadata for index.txt #49

Open
KyrietS opened this issue Jun 26, 2023 · 0 comments
Open

Front matter with metadata for index.txt #49

KyrietS opened this issue Jun 26, 2023 · 0 comments

Comments

@KyrietS
Copy link
Owner

KyrietS commented Jun 26, 2023

Example

---
total_size: 119M # Other units: B, K, M, G
aliases:
  a_1: "aaa"
  a_2: "bbb"
  a_3: "ccc"
---
2023-06-24_17.48 \\?\C:\foo
2023-06-24_17.48 \\?\C:\foo\bar.txt

Aliases will be used for a files which paths are too long to be stored explicitly inside "files". Instead, alias will be generated for every file like this and they will be places in other place.

But... maybe this front-matter is a silly idea... I can just measure the weight of a snapshot every time I do mizeria list. Aliases can be saved in another file, e.g. aliases.txt

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

No branches or pull requests

1 participant