Skip to content

Commit 5d18a70

Browse files
authored
Moving to Rust, only.
The Rust version is now the primary version - it's faster, has more features, and will receive all future updates.
1 parent 90586de commit 5d18a70

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<div align="center">
2-
<img src="https://raw.githubusercontent.com/keecli/kee.rs/refs/heads/main/kee.png" alt="Kee" />
2+
<img src="https://raw.githubusercontent.com/aichholzer/kee/refs/heads/main/kee.png" alt="Kee" />
33
</div>
44

55
![OSX](https://img.shields.io/badge/-OSX-black) ![OSX](https://img.shields.io/badge/-Linux-red) ![OSX](https://img.shields.io/badge/-Windows-blue)
66

77
`Kee` creates isolated sub-shells for each AWS account, ensuring no credentials are stored locally while providing seamless account management.
88

9+
> 🦀 — In case you are looking for an alternative, check out the **Python** [implementation](https://github.com/aichholzer/kee.py).<br />
10+
> However, this version might not receive updates or new features.
11+
912
## Features
1013

1114
- 🔐 **SSO integration**: Full support for AWS SSO authentication
@@ -17,8 +20,6 @@
1720
- 🎨 **Shell integration**: Shows current account in your shell prompt
1821
-**Auto-refresh**: Automatically handles SSO token refresh when needed
1922

20-
🐍 — In case you are looking for an alternative, check out the **Python** [implementation](https://github.com/keecli/kee.py).
21-
2223
## Security notes
2324

2425
- **No credential storage**: `Kee` never stores AWS access keys or secrets
@@ -343,7 +344,7 @@ MIT License - see LICENSE file for details.
343344

344345
## Support
345346

346-
RTFM, then RTFC... If you are still stuck or just need an additional feature, file an [issue](https://github.com/KeeCLI/kee.py/issues).
347+
RTFM, then RTFC... If you are still stuck or just need an additional feature, file an [issue](https://github.com/aichholzer/kee/issues).
347348

348349
<div align="center">
349350
✌🏼

0 commit comments

Comments
 (0)