Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 745 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 745 Bytes

private notes in an public place

Use git for your notes and back them up in an encrypted state in github. Keeps encrypted and compressed files under filesizecap of 50mb. Uses 7zip implementation of AES-256 encryption.

Prerequisits

Linux OS. apt as packagemanager.

Works with ubuntu 18.04 and 20.04

How to use

Fork this repo.
If using this on github, i advice using a private repo.

Use a branch named main

Run:

./openNotes.sh
cd notes

This should install needed dependencies and create needed folders.

Do some notetaking inside of notes-directory.

When finished with notetaking:

./closeNotes.sh

This encrypts, compresses the files and uploads them to your git origin.

Enjoy :)