AGWA / AGWA/git-crypt

Add `edit` command for more security.

未關閉
#34 3 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
C++
星號
9.9k
分支
544
PR 合併指標
30 天內沒有已合併 PR

描述

Since some third-party GUIs don't play well with the filters, some users have them disabled, and rely on `lock`/`unlock` to work with encrypted files. This, however, is error-prone, since it's likely that one will forget to re-encrypt the file again after they're done editing.

I propose a `git-crypt edit ` command that would decrypt a temporary copy of the file to /tmp/, launch `$EDITOR` to edit it, and then re-encrypt it back to its original location, with a single command (similar to how ansible-vault does it). This would ensure that users would not forget to re-encrypt their files.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。