Skip to content

Commit

Permalink
chore:format readme content
Browse files Browse the repository at this point in the history
  • Loading branch information
vimiix committed Dec 11, 2023
1 parent 64594a0 commit 5be237f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<a href="https://github.com/vimiix/ssx/blob/main/LICENSE" alt="license">
<img src="https://img.shields.io/badge/License-MIT-jasper" /></a>
<a href="https://github.com/vimiix" alt="author">
<img src="https://img.shields.io/badge/author-Vimiix-blue" /></a>
<img src="https://img.shields.io/badge/Author-Vimiix-blue" /></a>
</p>

🦅 ssx is a retentive ssh client.

It will automatically remember the server which login through it,
It will automatically remember the server which login through it,
so you do not need to enter the password again when you log in again.

<p align="center">
Expand Down Expand Up @@ -46,7 +46,7 @@ ssx list
```

ssx does not read `~/.ssh/config` by default unless the environment variable `SSX_IMPORT_SSH_CONFIG` is set.
ssx will not store user ssh config entries to itself db, so you won't see their `ID` in the output of the list command
ssx will not store user ssh config entries to itself db, so you won't see their `ID` in the output of the list command

```bash
export SSX_IMPORT_SSH_CONFIG=true
Expand All @@ -68,6 +68,7 @@ ssx list
```bash
ssx tag -i <ENTRY_ID> [-t TAG1 [-t TAG2 ...]] [-d TAG3 [-d TAG4 ...]]
```
Once we tag the entry, we can log in through the tag later.
### Login
Expand Down

0 comments on commit 5be237f

Please sign in to comment.