An open API service indexing awesome lists of open source software.

https://github.com/zd4y/enotes

Write and edit encrypted notes from the terminal
https://github.com/zd4y/enotes

encrypted golang notes tui

Last synced: 27 days ago
JSON representation

Write and edit encrypted notes from the terminal

Awesome Lists containing this project

README

          

# enotes

View, write and edit encrypted notes

## Installation

```
go install github.com/zd4y/enotes@latest
```

## Usage

```
enotes
```

You will be prompted to enter a password that will be used for the encryption of the notes. After
that, you can create a new note pressing `enter` on `New note` in the list, this will open your
editor in a temporary file and after you quit the editor, the note will get encrypted and saved in
your current directory (the EDITOR environment variable is used here). Now you can see the note
contents pressing `enter` on the note title in the list and edit it pressing `e` in the note view.