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

More explicit reporting of the status of encrypted files #386

Open
TheLocehiliosan opened this issue Nov 17, 2021 · 1 comment
Open

More explicit reporting of the status of encrypted files #386

TheLocehiliosan opened this issue Nov 17, 2021 · 1 comment
Assignees

Comments

@TheLocehiliosan
Copy link
Owner

This feature request has been pulled out of Issue #69.

More explicit reporting of the status of encrypted files

I think it'd help to have either a separate command (yadm status-encrypted) or overlay a flag on yadm status (yadm status --encrypted) that collects a modular set of smaller reports that convey as much as possible about the exact status of every file that is in the current blob or matches encrypt. This can require the decryption password; but if decryption time is too tedious for some uses, a separate encrypted file could just store metadata about the paths in the blob. (While thinking about how to generate this, I wondered if the encrypted blob could be/hold its own .git repo, though that might make older copies of sensitive information too durable.)

This information would be most useful appended/inlined for relevant git commands:

  • append a small report on encrypt paths that are either out of sync with or will be updated by the current encrypted blob toyadm status, and one on paths that are safely up-to-date in the committed encryption blob and paths that still need action to yadm status -u.
  • filter output from some git commands (particularly yadm status -u) to wrap encrypt paths with new colors or typographic indications of their status.
@github-actions
Copy link

This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

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

No branches or pull requests

1 participant