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
elinamorits 73a6e041fa fixed .deb package creation 8 years ago
man/man1 debian/ubuntu packages 8 years ago
src fixed .deb package creation 8 years ago
tests fixed .deb package creation 8 years ago
utils fixed .deb package creation 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 fixes after makefile crash 8 years ago
Makefile fixed .deb package creation 8 years ago
README.md debian/ubuntu packages 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

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 vendor/bats if it's not installed yet.