Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 942 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 942 Bytes

Encrypted-Boostnote

License: GPL v3

Keep your Boostnote encrypted and synced!

Installation

sudo ./INSTALL

Usage

You can just select Ebnote from your app launcher or type ebnote in a terminal.

Syncing

Encripted-Boostnote integrates Boostnote with rclone in order to keep your notes synced between different machines.

To enable syncing edit the variable "remote" at the beginning of /usr/bin/ebnote (or ebnote.sh and run the install script) to the name of the rclone remote you with to use.

To add a remote to rclone follow these instructions according to the cloud storage provider you want to use.

Requirements

  • Boostnote
  • zenity (UI)
  • GPG (encryption)

Optional:

  • rclone (syncing)
  • git (conflict management)