File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# MySSH
22
3- Checking for existing SSH keys.
3+ MySSH is a simple tool to check for existing SSH keys in your ` .ssh ` directory and view their contents .
44
55![ Cover] ( art/cover.png )
66
77## Installation
88
9- Install via brew
9+ You can install MySSH using Homebrew:
10+
11+ ### Step 1: Add the formula to Homebrew
12+
13+ If this is your first time installing from the ` devtical ` tap, you'll need to add it:
14+
15+ ``` bash
16+ brew tap devtical/formulae
17+ ```
18+
19+ ### Step 2: Install MySSH
20+
21+ After adding the tap, install MySSH by running:
22+
1023``` bash
1124brew install devtical/formulae/myssh
12- ```
25+ ```
26+
27+ ## Usage
28+
29+ Once installed, you can run MySSH directly from your terminal:
30+
31+ ``` bash
32+ myssh
33+ ```
34+
35+ This will display a list of SSH keys available in your ` .ssh ` directory. Select any key to view its contents.
36+
37+ ## License
38+
39+ This project is licensed under the Apache License 2.0. See the [ LICENSE] ( LICENSE ) file for more details.
40+
You can’t perform that action at this time.
0 commit comments