Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .doc-manager/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -3547,7 +3547,7 @@
]
},
"asset_to_docs": {
"https://img.shields.io/github/v/release/ari1110/pass-cli?label=Version": [
"https://img.shields.io/github/v/release/arimxyer/pass-cli?label=Version": [
"01-getting-started/quick-install.md",
"01-getting-started/quick-start.md",
"02-guides/recovery-phrase.md",
Expand All @@ -3566,7 +3566,7 @@
"_index.md",
"README.md"
],
"https://img.shields.io/github/last-commit/ari1110/pass-cli?path=docs&label=Last%20Updated": [
"https://img.shields.io/github/last-commit/arimxyer/pass-cli?path=docs&label=Last%20Updated": [
"01-getting-started/quick-install.md",
"01-getting-started/quick-start.md",
"02-guides/recovery-phrase.md",
Expand All @@ -3584,7 +3584,7 @@
"06-development/scoop.md",
"_index.md"
],
"https://img.shields.io/github/last-commit/ari1110/pass-cli?label=Last%20Updated": [
"https://img.shields.io/github/last-commit/arimxyer/pass-cli?label=Last%20Updated": [
"README.md"
]
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
fi

# Check for absolute GitHub links to own repo (should be relative)
if grep -r "https://github.com/ari1110/pass-cli/blob/main/docs" docs/ --include="*.md"; then
if grep -r "https://github.com/arimxyer/pass-cli/blob/main/docs" docs/ --include="*.md"; then
echo "⚠️ Warning: Found absolute GitHub links (use relative paths instead)"
fi

Expand Down
22 changes: 11 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ archives:
{{- if .Arm }}v{{ .Arm }}{{ end }}

# Files to include in archive (essential docs only)
# Full documentation available at https://ari1110.github.io/pass-cli/
# Full documentation available at https://arimxyer.github.io/pass-cli/
files:
- LICENSE*
- README*
Expand Down Expand Up @@ -104,7 +104,7 @@ changelog:

release:
github:
owner: ari1110
owner: arimxyer
name: pass-cli

# Release name format
Expand All @@ -129,12 +129,12 @@ release:

#### Homebrew (macOS/Linux)
```bash
brew install ari1110/tap/pass-cli
brew install arimxyer/tap/pass-cli
```

#### Scoop (Windows)
```powershell
scoop bucket add ari1110 https://github.com/ari1110/scoop-bucket
scoop bucket add arimxyer https://github.com/arimxyer/scoop-bucket
scoop install pass-cli
```

Expand All @@ -150,7 +150,7 @@ release:
```

### Full Changelog
See the full changelog at https://github.com/ari1110/pass-cli/blob/main/CHANGELOG.md
See the full changelog at https://github.com/arimxyer/pass-cli/blob/main/CHANGELOG.md

# Universal Binaries for macOS (combines amd64 and arm64)
universal_binaries:
Expand Down Expand Up @@ -260,15 +260,15 @@ brews:

# Tap repository (GoReleaser will auto-create/update the formula)
repository:
owner: ari1110
owner: arimxyer
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"

# Where to place the formula in the tap repo
directory: Formula

# Metadata
homepage: https://github.com/ari1110/pass-cli
homepage: https://github.com/arimxyer/pass-cli
description: "Secure, cross-platform CLI password and API key manager for developers"
license: MIT

Expand Down Expand Up @@ -297,28 +297,28 @@ brews:
• Usage tracking and audit logging

Vault location: ~/.pass-cli/vault.enc
Complete guide: https://github.com/ari1110/pass-cli/blob/main/docs/GETTING_STARTED.md
Complete guide: https://github.com/arimxyer/pass-cli/blob/main/docs/GETTING_STARTED.md

# Scoop bucket (automated manifest creation and updates)
scoops:
- name: pass-cli

# Bucket repository (GoReleaser will auto-create/update the manifest)
repository:
owner: ari1110
owner: arimxyer
name: scoop-bucket
token: "{{ .Env.SCOOP_BUCKET_TOKEN }}"

# Where to place the manifest in the bucket repo
directory: bucket

# Metadata
homepage: https://github.com/ari1110/pass-cli
homepage: https://github.com/arimxyer/pass-cli
description: "Secure, cross-platform CLI password and API key manager for developers"
license: MIT

# Post-install message (array of PowerShell commands)
post_install:
- "Write-Host 'Pass-CLI installed! First-time: Run `pass-cli` for guided setup.' -ForegroundColor Green"
- "Write-Host 'TUI: pass-cli | Health check: pass-cli doctor | Enable keychain: pass-cli keychain enable' -ForegroundColor Cyan"
- "Write-Host 'Guide: https://github.com/ari1110/pass-cli/blob/main/docs/GETTING_STARTED.md' -ForegroundColor Yellow"
- "Write-Host 'Guide: https://github.com/arimxyer/pass-cli/blob/main/docs/GETTING_STARTED.md' -ForegroundColor Yellow"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,4 @@ This changelog follows these principles:
- **Fixed** for any bug fixes
- **Security** for vulnerability fixes

For detailed commit-level changes, see [GitHub Releases](https://github.com/ari1110/pass-cli/releases).
For detailed commit-level changes, see [GitHub Releases](https://github.com/arimxyer/pass-cli/releases).
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing to Pass-CLI
Thank you for your interest in contributing to Pass-CLI! This document provides guidelines for contributing to the project.

![Version](https://img.shields.io/github/v/release/ari1110/pass-cli?label=Version) ![Last Updated](https://img.shields.io/github/last-commit/ari1110/pass-cli?label=Last%20Updated)
![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)


## Documentation Governance
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
```
> A secure, cross-platform command-line password manager designed for developers

![Version](https://img.shields.io/github/v/release/ari1110/pass-cli?label=Version) ![Last Updated](https://img.shields.io/github/last-commit/ari1110/pass-cli?label=Last%20Updated)
![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)

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.

📚 **[View Full Documentation](https://ari1110.github.io/pass-cli/)** | [Getting Started](docs/01-getting-started/quick-start.md) | [Installation](docs/01-getting-started/quick-install.md) | [Usage Guide](docs/03-reference/command-reference.md)
📚 **[View Full Documentation](https://arimxyer.github.io/pass-cli/)** | [Getting Started](docs/01-getting-started/quick-start.md) | [Installation](docs/01-getting-started/quick-install.md) | [Usage Guide](docs/03-reference/command-reference.md)

## Key Features

Expand All @@ -35,13 +35,13 @@ Pass-CLI is a fast, secure password and API key manager that stores credentials

**macOS / Linux (Homebrew)**:
```bash
brew tap ari1110/homebrew-tap
brew tap arimxyer/homebrew-tap
brew install pass-cli
```

**Windows (Scoop)**:
```powershell
scoop bucket add pass-cli https://github.com/ari1110/scoop-bucket
scoop bucket add pass-cli https://github.com/arimxyer/scoop-bucket
scoop install pass-cli
```

Expand Down Expand Up @@ -201,7 +201,7 @@ For complete security details, best practices, and migration guides, see [docs/0

```bash
# Clone and build
git clone https://github.com/ari1110/pass-cli.git
git clone https://github.com/arimxyer/pass-cli.git
cd pass-cli
go build -o pass-cli .

Expand Down Expand Up @@ -251,7 +251,7 @@ Planned features for future releases:

- **TOTP / 2FA Support**: Store TOTP secrets with credentials and generate 6-digit codes on demand - no separate authenticator app needed

Have a feature request? Open an issue on [GitHub](https://github.com/ari1110/pass-cli/issues).
Have a feature request? Open an issue on [GitHub](https://github.com/arimxyer/pass-cli/issues).

## Contributing

Expand All @@ -263,9 +263,9 @@ This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE

## Links

- **Releases**: [GitHub Releases](https://github.com/ari1110/pass-cli/releases)
- **Issues**: [GitHub Issues](https://github.com/ari1110/pass-cli/issues)
- **Discussions**: [GitHub Discussions](https://github.com/ari1110/pass-cli/discussions)
- **Releases**: [GitHub Releases](https://github.com/arimxyer/pass-cli/releases)
- **Issues**: [GitHub Issues](https://github.com/arimxyer/pass-cli/issues)
- **Discussions**: [GitHub Discussions](https://github.com/arimxyer/pass-cli/discussions)

---

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We release security updates for the following versions:

Instead, please report security vulnerabilities through GitHub's private vulnerability reporting:

1. Go to the [Security tab](https://github.com/ari1110/pass-cli/security)
1. Go to the [Security tab](https://github.com/arimxyer/pass-cli/security)
2. Click "Report a vulnerability"
3. Fill out the advisory form with the details below

Expand Down
2 changes: 1 addition & 1 deletion cmd/doctor.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func runDoctor(cmd *cobra.Command, args []string) error {
// Build check options
opts := health.CheckOptions{
CurrentVersion: version,
GitHubRepo: "ari1110/pass-cli",
GitHubRepo: "arimxyer/pass-cli",
VaultPath: vaultPath,
VaultPathSource: vaultSource,
VaultDir: filepath.Dir(vaultPath),
Expand Down
4 changes: 2 additions & 2 deletions cmd/keychain_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ func runKeychainStatus(cmd *cobra.Command, args []string) error {
} else if meta != nil && !meta.KeychainEnabled {
fmt.Printf("✓ Vault Configuration: Keychain not enabled\n\n")
fmt.Println("System keychain is not accessible. You will be prompted for password on each command.")
fmt.Println("See documentation for keychain setup: https://github.com/ari1110/pass-cli/blob/main/docs/GETTING_STARTED.md#keychain-integration")
fmt.Println("See documentation for keychain setup: https://github.com/arimxyer/pass-cli/blob/main/docs/GETTING_STARTED.md#keychain-integration")
} else {
// No metadata - legacy vault
fmt.Println()
fmt.Println("System keychain is not accessible. You will be prompted for password on each command.")
fmt.Println("See documentation for keychain setup: https://github.com/ari1110/pass-cli/blob/main/docs/GETTING_STARTED.md#keychain-integration")
fmt.Println("See documentation for keychain setup: https://github.com/arimxyer/pass-cli/blob/main/docs/GETTING_STARTED.md#keychain-integration")
}
}

Expand Down
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Examples:
# List all credentials
pass-cli list

For more information, visit: https://github.com/ari1110/pass-cli`,
For more information, visit: https://github.com/arimxyer/pass-cli`,
PersistentPreRunE: checkFirstRun,
Run: runRootCommand,
}
Expand Down Expand Up @@ -79,7 +79,7 @@ Instead, configure your vault location in the config file:
3. Run your command without the --vault flag

For more details, see the migration guide:
https://github.com/ari1110/pass-cli/blob/main/docs/MIGRATION.md
https://github.com/arimxyer/pass-cli/blob/main/docs/MIGRATION.md

Original error: %w`, os.Getenv("HOME"), err)
}
Expand Down
8 changes: 4 additions & 4 deletions docs/01-getting-started/manual-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

Manual installation gives you direct control over the binary location and version.

### Download Pre-Built Binaries

Check failure on line 9 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Heading levels should only increment by one level at a time

docs/01-getting-started/manual-install.md:9 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md001.md

Check failure on line 9 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Heading levels should only increment by one level at a time

docs/01-getting-started/manual-install.md:9 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md001.md

1. **Visit the Releases Page**

Go to [GitHub Releases](https://github.com/ari1110/pass-cli/releases/latest)
Go to [GitHub Releases](https://github.com/arimxyer/pass-cli/releases/latest)

2. **Choose Your Platform**

Download the appropriate archive for your system:

| Platform | Architecture | File |
|----------|-------------|------|

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:36 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:29 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:29 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:15 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:15 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:4 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:36 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:29 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:29 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:15 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:15 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

Check failure on line 20 in docs/01-getting-started/manual-install.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Table column style

docs/01-getting-started/manual-install.md:20:4 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md
| macOS | Intel (x86_64) | `pass-cli_VERSION_darwin_amd64.tar.gz` |
| macOS | Apple Silicon (ARM64) | `pass-cli_VERSION_darwin_arm64.tar.gz` |
| Linux | x86_64 | `pass-cli_VERSION_linux_amd64.tar.gz` |
Expand All @@ -39,7 +39,7 @@
# Download your platform's archive and checksums.txt
# Go to GitHub Releases and download your platform's archive
# Example for Linux amd64:
# 1. Visit: https://github.com/ari1110/pass-cli/releases/latest
# 1. Visit: https://github.com/arimxyer/pass-cli/releases/latest
# 2. Download: pass-cli_VERSION_linux_amd64.tar.gz
# 3. Download: checksums.txt

Expand Down Expand Up @@ -71,7 +71,7 @@
#### Windows (PowerShell)

```powershell
# After downloading from https://github.com/ari1110/pass-cli/releases/latest
# After downloading from https://github.com/arimxyer/pass-cli/releases/latest
# Replace with your downloaded filename
$file = "pass-cli_X.Y.Z_windows_amd64.zip"

Expand Down Expand Up @@ -188,7 +188,7 @@

```bash
# Clone the repository
git clone https://github.com/ari1110/pass-cli.git
git clone https://github.com/arimxyer/pass-cli.git
cd pass-cli

# Checkout specific version (optional)
Expand Down
10 changes: 5 additions & 5 deletions docs/01-getting-started/quick-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ toc: true
---
Fast installation using package managers for Pass-CLI across all supported platforms.

![Version](https://img.shields.io/github/v/release/ari1110/pass-cli?label=Version) ![Last Updated](https://img.shields.io/github/last-commit/ari1110/pass-cli?path=docs&label=Last%20Updated)
![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?path=docs&label=Last%20Updated)

## Quick Install

### macOS / Linux

```bash
# Using Homebrew
brew tap ari1110/homebrew-tap
brew tap arimxyer/homebrew-tap
brew install pass-cli
```

### Windows

```powershell
# Using Scoop
scoop bucket add pass-cli https://github.com/ari1110/scoop-bucket
scoop bucket add pass-cli https://github.com/arimxyer/scoop-bucket
scoop install pass-cli
```

Expand All @@ -42,7 +42,7 @@ Homebrew is the recommended installation method for macOS and Linux.

```bash
# Add the Pass-CLI tap
brew tap ari1110/homebrew-tap
brew tap arimxyer/homebrew-tap

# Install Pass-CLI
brew install pass-cli
Expand Down Expand Up @@ -85,7 +85,7 @@ Scoop is the recommended installation method for Windows.

```powershell
# Add the Pass-CLI bucket
scoop bucket add pass-cli https://github.com/ari1110/scoop-bucket
scoop bucket add pass-cli https://github.com/arimxyer/scoop-bucket

# Install Pass-CLI
scoop install pass-cli
Expand Down
2 changes: 1 addition & 1 deletion docs/01-getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This 5-minute guide will walk you through initializing your vault and storing your first credential.

![Version](https://img.shields.io/github/v/release/ari1110/pass-cli?label=Version) ![Last Updated](https://img.shields.io/github/last-commit/ari1110/pass-cli?path=docs&label=Last%20Updated)
![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?path=docs&label=Last%20Updated)

## Installation

Expand Down Expand Up @@ -176,7 +176,7 @@
```

With passphrase protection:
- You need BOTH the 24 words AND the passphrase to recover

Check failure on line 179 in docs/01-getting-started/quick-start.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Lists should be surrounded by blank lines

docs/01-getting-started/quick-start.md:179 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- You need BOTH the 24 words A..."] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md032.md

Check failure on line 179 in docs/01-getting-started/quick-start.md

View workflow job for this annotation

GitHub Actions / Validate Markdown

Lists should be surrounded by blank lines

docs/01-getting-started/quick-start.md:179 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- You need BOTH the 24 words A..."] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md032.md
- Store the passphrase separately from your recovery phrase
- If you lose either, recovery is impossible

Expand Down
10 changes: 5 additions & 5 deletions docs/01-getting-started/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
brew uninstall pass-cli

# Remove tap (optional)
brew untap ari1110/homebrew-tap
brew untap arimxyer/homebrew-tap

# Remove vault (if desired)
rm -rf ~/.pass-cli
Expand Down Expand Up @@ -110,14 +110,14 @@
If you encounter issues not covered here:

1. Check the [Troubleshooting Guide](../04-troubleshooting/_index)
2. Review [GitHub Issues](https://github.com/ari1110/pass-cli/issues)
3. Ask in [GitHub Discussions](https://github.com/ari1110/pass-cli/discussions)
4. File a [new issue](https://github.com/ari1110/pass-cli/issues/new)
2. Review [GitHub Issues](https://github.com/arimxyer/pass-cli/issues)
3. Ask in [GitHub Discussions](https://github.com/arimxyer/pass-cli/discussions)
4. File a [new issue](https://github.com/arimxyer/pass-cli/issues/new)

## Next Steps

After uninstalling, you might want to:

- Review the [Security Architecture](../03-reference/security-architecture)
- Check [pass-cli Documentation](https://ari1110.github.io/pass-cli/) for other topics
- Check [pass-cli Documentation](https://arimxyer.github.io/pass-cli/) for other topics

2 changes: 1 addition & 1 deletion docs/02-guides/recovery-phrase.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toc: true

Complete guide to using BIP39 recovery phrases to recover vault access if you forget your master password.

![Version](https://img.shields.io/github/v/release/ari1110/pass-cli?label=Version) ![Last Updated](https://img.shields.io/github/last-commit/ari1110/pass-cli?path=docs&label=Last%20Updated)
![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?path=docs&label=Last%20Updated)

## Overview

Expand Down
Loading
Loading