Go to file
2016-05-14 14:27:08 +03:00
.github Added -i flag to the git-secret-add command, which now auto-ignores unignored files. 2016-05-14 14:03:33 +03:00
man Added configuration section to the navigation 2016-05-14 14:24:20 +03:00
src release v0.1.2 2016-05-14 14:27:08 +03:00
tests Added -i flag to the git-secret-add command, which now auto-ignores unignored files. 2016-05-14 14:03:33 +03:00
utils Added -i flag to the git-secret-add command, which now auto-ignores unignored files. 2016-05-14 14:03:33 +03:00
.editorconfig fixes after makefile crash 2016-02-21 16:26:17 +03:00
.gitattributes fixes after makefile crash 2016-02-21 16:26:17 +03:00
.gitignore gitignore fixed 2016-02-23 13:05:17 +03:00
.travis.yml Added travis test for gpg and gpg2 2016-04-04 12:13:06 -04:00
CHANGELOG.md release v0.1.2 2016-05-14 14:27:08 +03:00
git-secret.plugin.zsh manuals finished, new help based on man, zsh plugin 2016-02-22 13:52:15 +03:00
Makefile Added -i flag to the git-secret-add command, which now auto-ignores unignored files. 2016-05-14 14:03:33 +03:00
README.md Merge branch 'develop' into staging 2016-05-14 14:20:27 +03:00

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