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

Add Forms to README #31

Merged
merged 4 commits into from
Apr 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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