emanote
git-crypt
emanote | git-crypt | |
---|---|---|
21 | 54 | |
874 | 8,906 | |
0.9% | 1.2% | |
8.4 | 2.6 | |
2 months ago | 10 months ago | |
Haskell | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
emanote
- Emanote is a structured view of your plain-text notes
-
Taking math notes on your computer [LINUX]
Im personally using Emanote which does exactly what you describe. It supports LaTeX and lots of other features via Pandoc. Its also very nice to use in that it supports hot-reloading, instead of requiring manual refreshing. The only downside for some might be that its installed via the Nix ecosystem which is (great but) a bit of a rabbit hole you might not want to deal with, particularly depending on your level of technicality on the computer.
- Emanote – Haskell-powered structured view of your plain-text notes
-
Recommendation for simple static sure generator based on Markdown
Have you considered neuron or it's successor emanote?
-
Notion alternative ?
Emanote! Very lightweight. One of the things I can't stand about Notion is its speed.
-
Junior developer looking for a Haskell codebase to work on and a mentor to help me
Also, I'm willing to mentor anyone who is interested in improving Ema or Emanote.
-
Haskell Open Source Projects I thought could use some exposure
Clarification: Emanote is a successor to Neuron, and written on top of Ema.
-
Do you have personal wikis, websites or blogs full of your notes & documentation you like to share?
I use obsidian (previously just vim) and emanote (previously neuron) to compile some (but not all) of my notes to a static site.
-
What do you use Haskell for in your daily computer usage?
I maintain an extended version of Emanote in Haskell (as an Ema app) that does custom stuff like visualize my hledger transactions, track time, generate invoice and provide custom views of my Markdown notebook, like a Twitter-like timeline generated from H2 headings (with date) from across notes.
git-crypt
-
Git-crypt – transparent file encryption in Git
Git-crypt is a dead product with numerous unresolved issues and drawbacks.
Newer versions of git cause git to crash when invoking git-crypt[0].
It doesn’t scale with users: Off-boarding a key is a commit in git. Since it is trivially easy to rewind a git repo before the revocation commit and then decrypt with the revoked key, this means you need to rotate every key under management when any revoke is performed.
It provides the illusion of asymmetric key encryption, but your asymmetric key wraps a shared symmetric key used to encrypt the entire repository. This also means a user could roll the repository back before a key was revoked and steal the symmetric key used to protect the repository and then use that key to decrypt the repository any time in the future.
It doesn’t scale with the number of files under management. As a result of how it’s implemented, every invocation is a separate process launch. This means every file triggers an asymmetric unwrap of the symmetric key. If you’re protecting your GPG key with hardware keyfob, decrypting the repository will take a long time.
This product was cool for a while but is flawed… do yourself a favor: Mozilla’s SOPS is better when coupled with something like AWS KMS.
[0] https://github.com/AGWA/git-crypt/issues/273
-
Ask HN: How do you share and sync .env files and secrets with your team
Years ago, before going full on Vault, I was using git-crypt, a git plugin that uses gpg to encrypt files before committing them to the repo.
Not sure if it’s still fine, I see their last release is 2 years old nowadays.
https://github.com/AGWA/git-crypt
- Age is a simple, modern and secure file encryption tool, format, and Go library
- Why Can't My Mom Email Me?
-
Is it safe to commit a Terraform file to GitHub?
Apart from a few exceptions (like ansible for example, which supports native encryption), we moved away from encrypted secrets in git repos and use external things, depending on the platform (like parameter store / secrets manager for AWS or keyvault for Azure - both of these do track changes, btw), so I haven't looked for quite a while. Back in ye olden days we used https://github.com/AGWA/git-crypt which worked quite nicely, but the key management is cumbersome and it's based on GPG, which in itself is a bit of a light redish flag these days.
-
GitHub Private Repos Considered Private-Ish
How about encryption?
https://github.com/AGWA/git-crypt has been solid for me
-
Codeship jet alternative
You might want to check out git-crypt. It allows you to encrypt and decrypt files in a git repo without needing an external account, and supports .env files. That said, trying your hand at making one as a personal project could be a fun and rewarding experience!
-
Ask HN: Privacy-Conscious GitHub?
I hesitate to append this but one option I have seen thrown around and also debated is git-crypt [1] There are many caveats to doing this as any integrations that would need to read the file contents would also need to be able to decrypt the files so this may not be entirely useful and may add many levels of complexity and fragility.
[1] - https://github.com/AGWA/git-crypt
-
Vaults vs. Cryptomator? Security, Cloud syncing, integration?
The most interesting approach I've seen for this is https://github.com/AGWA/git-crypt
-
How can I Make this binary statically-linked?
Here is the Makefile.
What are some alternatives?
neuron - Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote)
sops - Simple and flexible tool for managing secrets
plaintextaccounting - The plaintextaccounting.org website, a portal to Ledger, hledger, beancount and co. Also the PTA wiki.
age - A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
patat - Terminal-based presentations using Pandoc
git-secret - :busts_in_silhouette: A bash-tool to store your private data inside a git repository.