https://github.com/ch00k/deary
Encrypted personal diary
https://github.com/ch00k/deary
diary encrypted git gpg notes personal secure
Last synced: 11 months ago
JSON representation
Encrypted personal diary
- Host: GitHub
- URL: https://github.com/ch00k/deary
- Owner: Ch00k
- Created: 2020-09-12T16:51:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T11:52:19.000Z (over 5 years ago)
- Last Synced: 2025-02-28T07:11:37.512Z (12 months ago)
- Topics: diary, encrypted, git, gpg, notes, personal, secure
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deary
**`deary`** is a personal secure diary. It was inspired by
[`pass`](https://www.passwordstore.org), the standard unix password manager. In deary the
entire diary is a Git repository, and each entry is encrypted with GPG.
Due to the fact that `deary` uses `/dev/shm` for temporary files, only Linux is supported
at the moment.
## Installation
Download the latest release [here](https://github.com/Ch00k/deary/releases), and add the
downloaded file to your `$PATH`, optionally renaming it to `deary`.
## Usage
Initialize a new repository:
```
$ deary init
```
This will create a new repository at `~/.deary`.
Create your first entry:
```
$ deary create
```
This will open `vim`, allowing you yo type in your entry. When done, simply close `vim`
saving the changes, and the entry will be encrypted and committed to the repository. The
filename of the entry will be set to the current UTC timestamp.
For more information on usage run
```
$ deary help
```