https://github.com/hajimehoshi/kagi
A simple password generator
https://github.com/hajimehoshi/kagi
Last synced: 6 months ago
JSON representation
A simple password generator
- Host: GitHub
- URL: https://github.com/hajimehoshi/kagi
- Owner: hajimehoshi
- License: other
- Created: 2014-04-12T16:41:50.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T12:03:05.000Z (10 months ago)
- Last Synced: 2025-03-26T07:22:31.966Z (7 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kagi
Kagi (鍵) is a simple password generator.
## Install or update
```
:; go get -u github.com/hajimehoshi/kagi
:; go install github.com/hajimehoshi/kagi
```## Usage
```
:; kagi SITES_FILE MASTER_PASSWORD_FILE
```## License
Kagi is licensed under Apache license version 2.0. See LICENSE file.