15 lines
684 B
Markdown
15 lines
684 B
Markdown
---
|
|
title: "copy password from pass to the keyboard"
|
|
date: 2020-01-11T04:49:16+01:00
|
|
draft: false
|
|
snippet_types: ["pass"]
|
|
---
|
|
|
|
```shell
|
|
$ pass -c github
|
|
```
|
|
Switching to [Pass](https://www.passwordstore.org/), a CLI based password manager, was a big time saver for me. I was using [Padlock](https://padlock.io/), a minimalist open source electron based manager, but was wasting so much time waiting for the GUI to load up and entering my master password scrolling to the desired entry and clicking. I'm not a time-saving purist but it was downright annoying UX pattern. Now I don't even have to leave the comfort of my keyboard.
|
|
|
|
source:
|
|
|
|
[pass docs](https://www.passwordstore.org/)
|