Merge branch 'master' into archlinux-v2.6.0
This commit is contained in:
commit
b95ec2869c
3 changed files with 25 additions and 22 deletions
|
|
@ -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://github.com/boltgolt/howdy/tree/dev) [](https://github.com/boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
## Contributing [](https://github.com/boltgolt/howdy/tree/dev) [](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.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
3
debian/source/options
vendored
3
debian/source/options
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue