You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Sobolev Nikita 3efa50da9e Merge pull request #3 from sobolevn/staging
installation fixes
8 years ago
man installation fixes 8 years ago
src fixed .deb package creation 8 years ago
tests fixed .deb package creation 8 years ago
utils staging 8 years ago
.editorconfig fixes after makefile crash 8 years ago
.gitattributes fixes after makefile crash 8 years ago
.gitignore gitignore fixed 8 years ago
.travis.yml release 8 years ago
Makefile installation fixes 8 years ago
README.md release 8 years ago
git-secret.plugin.zsh manuals finished, new help based on man, zsh plugin 8 years ago

README.md

git-secret

Build Status

Preview

git-secret terminal preview

Usage

See the git-secret site.

Installation

See the installation section.

Status

This project is still under development. Current objectives:

  • add trust-model parameter to git-secret-hide
  • autocomplete for zsh plugin
  • extra tests
  • precompiled distribution for RPM, add dependencies for .deb package
  • integrate shellcheck for code style tests
  • create CONTRIBUTING.md with development process explained
  • сygwin support (?)
  • add CHANGELOG.md with semantic versioning

Testing

For testing this project uses bats. You can install it by running make install-test. To run tests call: make test. It will download and install bats into vendor/bats if it's not installed yet.

Changelog

Version 0.1.0

  • Initial release