git_sshrypt 0.4.0

Alias for git-sshripped (git_sshripped_cli) — installs as git-sshrypt
# git_sshrypt

Alias binary for git-sshripped, installed as `git-sshrypt`.

## Overview

This crate is a thin wrapper that delegates entirely to
`git_sshripped_cli::run()`. It exists solely to provide the shorter
`git-sshrypt` command name as an alternative to `git-sshripped`.

## Usage

```sh
git sshrypt unlock
git sshrypt status
```

See the [git-sshripped repository](https://github.com/BSteffaniak/git-sshripped)
for full documentation.