<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/i-turned-my-terminal-into-a-password-manager-9ojh0wwca" -->

---
title: I Turned My Terminal Into a Password Manager | daily.dev
description: A walkthrough of using Pass, the Unix-philosophy CLI password manager created by WireGuard&#x27;s Jason Donenfeld, as a full secrets manager. Covers GPG key...
canonical: https://daily.dev/posts/i-turned-my-terminal-into-a-password-manager-9ojh0wwca
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: I Turned My Terminal Into a Password Manager | daily.dev
og:description: A walkthrough of using Pass, the Unix-philosophy CLI password manager created by WireGuard&#x27;s Jason Donenfeld, as a full secrets manager. Covers GPG key...
og:url: https://daily.dev/posts/i-turned-my-terminal-into-a-password-manager-9ojh0wwca
og:image: https://api.daily.dev/og/posts/9OJH0wwCa.png
og:image:alt: I Turned My Terminal Into a Password Manager
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I Turned My Terminal Into a Password Manager

**[DevOps Toolbox](https://daily.dev/sources/devopstoolbox)** · 13 min read · 1 upvotes · 0 comments

## Summary

A walkthrough of using Pass, the Unix-philosophy CLI password manager created by WireGuard's Jason Donenfeld, as a full secrets manager. Covers GPG key generation, encrypting and decrypting secrets, Pass's core commands (insert, generate, find, delete, git integration), multi-line secrets, clipboard auto-clear, and extensions for OTP and migration from services like 1Password and LastPass. Also demonstrates using Raycast as a GUI frontend, syncing to mobile via a private GitHub repo, and configuring per-repo secret stores with direnv/mise for safe local development and AI agent access.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=joUIdxPOrZY>

## Similar posts on daily.dev

- [Pass: The Standard Unix Password Manager](https://daily.dev/posts/pass-the-standard-unix-password-manager-liecumcvr) · Hacker News · 1 upvotes · 0 comments
- [Jan-Piet Mens :: Yet another password manager: pass with Pass for iOS](https://daily.dev/posts/jan-piet-mens-yet-another-password-manager-pass-with-pass-for-ios-zh478dktf) · Jan-Piet Mens · 0 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#cli](https://daily.dev/tags/cli)

[View this post on daily.dev](https://daily.dev/posts/i-turned-my-terminal-into-a-password-manager-9ojh0wwca)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"I Turned My Terminal Into a Password Manager","url":"https://daily.dev/posts/i-turned-my-terminal-into-a-password-manager-9ojh0wwca","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/i-turned-my-terminal-into-a-password-manager-9ojh0wwca"},"datePublished":"2026-06-05T13:48:33.547Z","dateModified":"2026-06-05T13:48:53.408Z","description":"A walkthrough of using Pass, the Unix-philosophy CLI password manager created by WireGuard's Jason Donenfeld, as a full secrets manager. Covers GPG key...","image":"https://i.ytimg.com/vi/joUIdxPOrZY/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/joUIdxPOrZY/sddefault.jpg","isAccessibleForFree":true,"articleSection":"DevOps Toolbox","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"DevOps Toolbox","logo":"https://media.daily.dev/image/upload/s--zlfrGvN5--/f_auto/v1752671176/logos/devopstoolbox","url":"https://daily.dev/sources/devopstoolbox"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/i-turned-my-terminal-into-a-password-manager-9ojh0wwca","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,cli","timeRequired":"PT13M","video":{"@type":"VideoObject","name":"I Turned My Terminal Into a Password Manager","description":"A walkthrough of using Pass, the Unix-philosophy CLI password manager created by WireGuard's Jason Donenfeld, as a full secrets manager. Covers GPG key...","thumbnailUrl":"https://i.ytimg.com/vi/joUIdxPOrZY/sddefault.jpg","uploadDate":"2026-06-05T13:48:33.547Z","duration":"PT13M","url":"https://api.daily.dev/r/9OJH0wwCa","embedUrl":"https://www.youtube.com/embed/joUIdxPOrZY"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"DevOps Toolbox","item":"https://daily.dev/sources/devopstoolbox"},{"@type":"ListItem","position":3,"name":"I Turned My Terminal Into a Password Manager"}]}
```

