Crates.io | octokey |
lib.rs | octokey |
version | 0.1.0 |
source | src |
created_at | 2024-09-21 20:23:26.629906 |
updated_at | 2024-09-21 20:23:26.629906 |
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 | 11,319 |
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