Go to file
2016-03-12 19:28:31 +03:00
man/man1 Update git-secret-init.1.ronn 2016-03-12 16:46:32 +01:00
src manuals finished, new help based on man, zsh plugin 2016-02-22 13:52:15 +03:00
tests somehow git repo fucked up 2016-02-21 16:53:02 +03:00
utils post-commit hook with web-docs added 2016-02-24 13:57:29 +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 fixes after makefile crash 2016-02-21 16:26:17 +03:00
git-secret.plugin.zsh manuals finished, new help based on man, zsh plugin 2016-02-22 13:52:15 +03:00
Makefile post-commit hook with web-docs added 2016-02-24 00:35:25 +03:00
README.md new README 2016-02-24 14:24:07 +03:00

git-secret

Build Status

Preview

git-secret terminal preview

Installation and Usage

See the git-secret site.

Status

This project is still under development. Current objectives:

  • add trust-model parameter to git-secret-hide
  • autocomplete for zsh plugin
  • extra tests
  • precompiled distributions for brew and other package managers
  • create CONTRIBUTING.md with custom styleguide, refactor code due to styleguide
  • с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 vandor/bats if it's not installed yet.