Skip to content

Commit f1bb5f5

Browse files
arimxyerclaude
andcommitted
docs: Replace ASCII art with social preview image in README
- Use centered social-preview.png as header image - Center badges for cleaner layout - Archive ASCII logo to docsite/static/images/ascii-logo.txt 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b4291b7 commit f1bb5f5

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
```text
2-
╔═══╗ ██████╗ █████╗ ███████╗ ███████╗ █████╗ ██╗ ██╗
3-
║ ║ ██╔══██╗ ██╔══██╗ ██╔════╝ ██╔════╝ ██╔═══╝ ██║ ██║
4-
╔═╩═══╩═╗ ██████╔╝ ███████║ ███████╗ ███████╗█████╗██║ ██║ ██║
5-
║ ┌───┐ ║ ██╔═══╝ ██╔══██║ ╚════██║ ╚════██║╚════╝██║ ██║ ██║
6-
║ │ ● │ ║ ██║ ██║ ██║ ███████║ ███████║ ╚██████╗███████╗██║
7-
╚═╧═══╧═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚══════╝ ╚═════╝╚══════╝╚═╝
8-
```
9-
> A secure, cross-platform command-line password manager designed for developers
10-
11-
![Version](https://img.shields.io/github/v/release/arimxyer/pass-cli?label=Version) ![Last Updated](https://img.shields.io/github/last-commit/arimxyer/pass-cli?label=Last%20Updated)
1+
<p align="center">
2+
<img src="docsite/static/images/social-preview.png" alt="Pass-CLI" width="600">
3+
</p>
4+
5+
<p align="center">
6+
<strong>A secure, cross-platform command-line password manager designed for developers</strong>
7+
</p>
8+
9+
<p align="center">
10+
<img src="https://img.shields.io/github/v/release/arimxyer/pass-cli?label=Version" alt="Version">
11+
<img src="https://img.shields.io/github/last-commit/arimxyer/pass-cli?label=Last%20Updated" alt="Last Updated">
12+
</p>
1213

1314
Pass-CLI is a fast, secure password and API key manager that stores credentials locally with AES-256-GCM encryption. Built for developers who need quick, script-friendly access to credentials without cloud dependencies.
1415

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
╔═══╗ ██████╗ █████╗ ███████╗ ███████╗ █████╗ ██╗ ██╗
2+
║ ║ ██╔══██╗ ██╔══██╗ ██╔════╝ ██╔════╝ ██╔═══╝ ██║ ██║
3+
╔═╩═══╩═╗ ██████╔╝ ███████║ ███████╗ ███████╗█████╗██║ ██║ ██║
4+
║ ┌───┐ ║ ██╔═══╝ ██╔══██║ ╚════██║ ╚════██║╚════╝██║ ██║ ██║
5+
║ │ ● │ ║ ██║ ██║ ██║ ███████║ ███████║ ╚██████╗███████╗██║
6+
╚═╧═══╧═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚══════╝ ╚═════╝╚══════╝╚═╝

0 commit comments

Comments
 (0)