Skip to content

cli tool to lock .md files but actually meant to encrypt obsidian vaults

Notifications You must be signed in to change notification settings

Dhanushkmr/rust_md_encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Markdown encrypt

A CLI tool written with CLAP for easy encrypting/decrypting .md files in a folder. Meant to be used to lock/unlock Obsidian vaults.

Usage

  1. Clone this repo git clone https://github.com/Dhanushkmr/rust_md_encrypt/

  2. Open the repo cd rust_md_encrypt

  3. Build it! cargo build --release

  4. Add to your binaries cargo install --path .

  5. Go to your obsidian Vault cd <PATH-TO-OBSIDIAN-VAULT>

  6. To encrypt: vault <KEY> encrypt or vault <KEY> e

!!! Do not forget your key (support for environment variable coming soon!) !!!

  1. To decrypt: vault <KEY> decrypt or vault <KEY> d

About

cli tool to lock .md files but actually meant to encrypt obsidian vaults

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages