8000 GitHub - megahomyak/micronotes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

megahomyak/micronotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple Bash script for managing a set of notes with synchronization through a remote server

File paths and file contents get encrypted with a key that you're supposed to share between your devices

Dependencies

  • bash
  • openssl
  • ssh
  • awk
  • gpg
  • GNU coreutils (at least "basenc", "cat", "mktemp")

Installation

  1. Download ./micronotes.sh
  2. Make it executable if necessary (chmod +x micronotes.sh), then execute it (./micronotes.sh). For convenience, you can include a shortcut into your .bashrc: alias mi=path/to/micronotes.sh (and you can set environment variables there too using export)

Usage

Please, refer to ./micronotes.sh --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0