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
- Host: GitHub
- URL: https://github.com/zd4y/enotes
- Owner: zd4y
- License: mit
- Created: 2022-08-26T13:23:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T18:56:28.000Z (over 3 years ago)
- Last Synced: 2024-06-21T12:54:19.716Z (over 1 year ago)
- Topics: encrypted, golang, notes, tui
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.