Skip to content

git-crypt

Enable transparent encryption/decryption of files in a git repo

Package Information

  • Domain: agwa.name/git-crypt
  • Name: git-crypt
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install git-crypt

Programs

This package provides the following executable programs:

  • git-crypt

Available Versions

Show all 1 versions
  • 0.7.0

Latest Version: 0.7.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) git-crypt -- $SHELL -i

Dependencies

This package depends on:

  • openssl.org^1.1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['git-crypt']

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.