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
sobolevn a5abefba90 release v0.1.2 8 years ago
.github Added `-i` flag to the `git-secret-add` command, which now auto-ignores unignored files. 8 years ago
man Added `configuration` section to the navigation 8 years ago
src release v0.1.2 8 years ago
tests Added `-i` flag to the `git-secret-add` command, which now auto-ignores unignored files. 8 years ago
utils Added `-i` flag to the `git-secret-add` command, which now auto-ignores unignored files. 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 Added travis test for gpg and gpg2 8 years ago
CHANGELOG.md release v0.1.2 8 years ago
Makefile Added `-i` flag to the `git-secret-add` command, which now auto-ignores unignored files. 8 years ago
README.md Merge branch 'develop' into staging 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
  • translate manuals for popular languages
  • 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 (?)

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

See CHANGELOG.md