No description
Find a file
2026-02-19 14:19:27 +01:00
.gitignore first commit 2026-02-18 21:49:34 +01:00
go.mod chore: bump Go version to 1.26.0 (#2) 2026-02-19 14:19:27 +01:00
go.sum first commit 2026-02-18 21:49:34 +01:00
goreleaser.yml first commit 2026-02-18 21:49:34 +01:00
main.go first commit 2026-02-18 21:49:34 +01:00
mise.toml first commit 2026-02-18 21:49:34 +01:00
README.md first commit 2026-02-18 21:49:34 +01:00

kr

kr - micro KeyRing manager

Usage:
  kr <command> [arguments]

Commands:
  set <service> <user>    Save (or update) a password for the given service and user
  get <service> <user>    Retrieve a password for the given service and user
  del <service> <user>    Delete a password for the given service and user
  help                    Show this help message