Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #31 from Timothee-Cardoso/main
Browse files Browse the repository at this point in the history
Add Forms to README
  • Loading branch information
Timothee-Cardoso authored Apr 29, 2021
2 parents 89c212d + e8bc9a0 commit a0f17ec
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,49 @@

> `secman` is a passowrd manager can store, retrieves, generates, synchronizes passwords and save files securely, and is written in *go*! The most important difference is secman is not GPG cored. Instead, it uses a master password to securely store your passwords. It also supports encrypting arbitrary files.
## Form

> example
```x
.
├──Accounts
| ├──Twitter
| ├──Github
| └──CodeSandBox
├──Firebase
| └──site-token
├──DockerHub
| └──ACCESS-TOKEN
├──HashiCorp
| └──secret_code
└──GitHub-Access-Token
⣻ 🔍 Checking for updates...
```

> How
1. Password Form

```x
└──PASSWORDNAME
```

```x
secman insert PASSWORDNAME
```

2. Folder Form

```x
└──FOLDERNAME
└──PASSWORDNAME
```

```x
secman insert FOLDERNAME/PASSWORDNAME
```

## Installation ⬇

### Pre-requisites
Expand Down

0 comments on commit a0f17ec

Please sign in to comment.