| Crates.io | octokey |
| lib.rs | octokey |
| version | 0.1.1 |
| created_at | 2024-09-21 20:23:26.629906+00 |
| updated_at | 2025-02-26 15:14:39.602717+00 |
| description | OctoKey is a tentacular tool to manage your GitHub SSH keys with ease and style! |
| homepage | https://github.com/benodiwal/octokey#readme |
| repository | https://github.com/benodiwal/octokey |
| max_upload_size | |
| id | 1382446 |
| size | 13,864 |
OctoKey is a tentacular tool to manage your GitHub SSH keys with ease and style! 🎉
Make sure you have Rust and Cargo installed. If not, get them from rustup.rs.
Clone this repository:
git clone git@github.com:benodiwal/octokey.git
cd octokey
Build the project:
cargo build --release
The binary will be available at target/release/octokey. You can move it to a directory in your PATH for easy access:
sudo mv target/release/octokey /usr/local/bin/
OctoKey is easy to use with its intuitive command-line interface:
octokey add my_new_key --email your_email@example.com
octokey switch existing_key_name
octokey check
octokey list
Distributed under the MIT License. See LICENSE for more information.
Made with ❤️ by Sachin