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

Commit 30ea49f

Browse files
authored
Merge branch 'scmn-dev:main' into main
2 parents b3bbd5e + 532609e commit 30ea49f

File tree

3 files changed

+954
-9
lines changed

3 files changed

+954
-9
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
[**secman cli**](https://secman.dev) is a TUI password manager can store, retrieves, generates, and synchronizes passwords, The most important difference is secman is not GPG cored. Instead, it uses a master password to securely store your passwords. and you can easily manage your passwords from everywhere with **Secman Cloud** 😉.
44

5+
<img src="https://assets.secman.dev/apps/secman-cli.svg" />
6+
57
### Featuers
68

7-
- Not GPG cored.
8-
- It uses a master password to securely store your passwords.
9-
- It syncs your passwords.
10-
- Easy to use.
11-
- It is written in Go.
12-
- You can easily manage your passwords from everywhere, desktop, web, terminal, and more.
9+
- **Not GPG cored.**
10+
- **It uses a master password to securely store your passwords.**
11+
- **It syncs your passwords.**
12+
- **Easy to use.**
13+
- **It is written in Go.**
14+
- **You can easily manage your passwords from everywhere, from desktop, web, terminal, and more.**
1315

1416
### Installation ⬇
1517

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/charmbracelet/bubbletea v0.20.0
1616
github.com/charmbracelet/glamour v0.5.0
1717
github.com/charmbracelet/lipgloss v0.5.0
18-
github.com/evertras/bubble-table v0.8.3
18+
github.com/evertras/bubble-table v0.8.4
1919
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2020
github.com/mattn/go-colorable v0.1.12
2121
github.com/mattn/go-isatty v0.0.14

0 commit comments

Comments
 (0)