add the old snippet md files
This commit is contained in:
parent
fc0dd204c7
commit
bcf8313a4b
110 changed files with 3048 additions and 0 deletions
15
old_snippets/pass-copy.en.md
Normal file
15
old_snippets/pass-copy.en.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
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/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue