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

Commit

Permalink
Merge branch 'scmn-dev:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx authored Mar 16, 2022
2 parents b3bbd5e + 532609e commit 30ea49f
Show file tree
Hide file tree
Showing 3 changed files with 954 additions and 9 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

[**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** 😉.

<img src="https://assets.secman.dev/apps/secman-cli.svg" />

### Featuers

- Not GPG cored.
- It uses a master password to securely store your passwords.
- It syncs your passwords.
- Easy to use.
- It is written in Go.
- You can easily manage your passwords from everywhere, desktop, web, terminal, and more.
- **Not GPG cored.**
- **It uses a master password to securely store your passwords.**
- **It syncs your passwords.**
- **Easy to use.**
- **It is written in Go.**
- **You can easily manage your passwords from everywhere, from desktop, web, terminal, and more.**

### Installation ⬇

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/charmbracelet/bubbletea v0.20.0
github.com/charmbracelet/glamour v0.5.0
github.com/charmbracelet/lipgloss v0.5.0
github.com/evertras/bubble-table v0.8.3
github.com/evertras/bubble-table v0.8.4
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/mattn/go-colorable v0.1.12
github.com/mattn/go-isatty v0.0.14
Expand Down
Loading

0 comments on commit 30ea49f

Please sign in to comment.