Go to file
Sobolev Nikita 3efa50da9e Merge pull request #3 from sobolevn/staging
installation fixes
2016-03-13 15:26:45 +03:00
man installation fixes 2016-03-13 15:22:42 +03:00
src fixed .deb package creation 2016-03-13 00:35:05 +03:00
tests fixed .deb package creation 2016-03-13 00:35:05 +03:00
utils staging 2016-03-13 14:09:47 +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 release 2016-03-13 13:27:36 +03:00
git-secret.plugin.zsh manuals finished, new help based on man, zsh plugin 2016-02-22 13:52:15 +03:00
Makefile installation fixes 2016-03-13 15:22:42 +03:00
README.md release 2016-03-13 14:11:38 +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
  • 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