Merge branch 'master' into archlinux-v2.6.0

This commit is contained in:
Frank Tackitt 2020-07-01 08:31:42 -07:00 committed by GitHub
commit b95ec2869c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 22 deletions

View file

@ -88,7 +88,9 @@ howdy [-U user] [-y] command [argument]
| `disable` | Disable or enable howdy | | `disable` | Disable or enable howdy |
| `list` | List all saved face models for an user | | `list` | List all saved face models for an user |
| `remove` | Remove a specific model for an user | | `remove` | Remove a specific model for an user |
| `snapshot`| Take a snapshot of your camera input |
| `test` | Test the camera and recognition methods | | `test` | Test the camera and recognition methods |
| `version` | Print the current version number |
## Contributing [![](https://img.shields.io/travis/boltgolt/howdy/dev.svg?label=dev%20build)](https://github.com/boltgolt/howdy/tree/dev) [![](https://img.shields.io/github/issues-raw/boltgolt/howdy/enhancement.svg?label=feature+requests&colorB=4c1)](https://github.com/boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) ## Contributing [![](https://img.shields.io/travis/boltgolt/howdy/dev.svg?label=dev%20build)](https://github.com/boltgolt/howdy/tree/dev) [![](https://img.shields.io/github/issues-raw/boltgolt/howdy/enhancement.svg?label=feature+requests&colorB=4c1)](https://github.com/boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
@ -109,5 +111,3 @@ This package is in no way as secure as a password and will never be. Although it
To minimize the chance of this program being compromised, it's recommended to leave Howdy in `/lib/security` and to keep it read-only. To minimize the chance of this program being compromised, it's recommended to leave Howdy in `/lib/security` and to keep it read-only.
DO NOT USE HOWDY AS THE SOLE AUTHENTICATION METHOD FOR YOUR SYSTEM. DO NOT USE HOWDY AS THE SOLE AUTHENTICATION METHOD FOR YOUR SYSTEM.

View file

@ -6,3 +6,6 @@ tar-ignore = "snapshots"
tar-ignore = "tests" tar-ignore = "tests"
tar-ignore = "README.md" tar-ignore = "README.md"
tar-ignore = ".travis.yml" tar-ignore = ".travis.yml"
tar-ignore = "fedora"
tar-ignore = "opensuse"
tar-ignore = "archlinux"