A small tool for storing passwords locally with git sync
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rozetko d438efde15 fix typo 3 months ago
src fix typo 3 months ago
.gitignore basic commands inittilization 4 months ago
Cargo.toml storage & git begin 3 months ago
README.md Update 'README.md' 3 months ago

README.md

MPS

A small tool for storing passwords locally with git sync

MPS

  1. Clone MPS repo:
git clone git@code.corpglory.net:corpglory/mps.git
  1. Build MPS
cd mps
cargo build --release
  1. Add your mps build to PATH in your ~/.zshenv
export PATH=$PATH:"<mps_git_repo_path>/target/release"

Intilization

  1. Create empty repository for storing your passwords on gitlab or somewhere you prefer
  2. Create dir mps: mkdir ~/.mps
  3. Clone to your home folder ~/.mps/storage: git clone <your_storage_url> storage
  4. Export varable $MPS_HOME: export MPS_HOME="/home/<your_username>/.mps" in your ~/.zshenv
  5. Run mps init