Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Latest commit

 

History

History
42 lines (38 loc) · 1.24 KB

File metadata and controls

42 lines (38 loc) · 1.24 KB

Gopass or pass

Password store and it’s alternative Gopass are nice cmdline password managers.

I’m mostly using Gopass as it makes it easier to share some password stores in teams and provide some other goodies. Unfortunately I’m not sure if it will be viable solution for future, as Gopass team decided to focus on core features. And are slowly removing exactly those futures which made me to chose it in the first place (as i.e. YAML metadata for every password).

Install

Arch Linux

gopass latest noaur

Configuration

[core]
       parsing = true
       notifications = false
       exportkeys = false
       cliptimeout = 45
       nopager = false
       autoimport = true
       autoclip = false
[age]
       usekeychain = false
{{- if (index . "pass") }}
[mounts]
       path = {{ .chezmoi.homeDir }}/.password-store
{{-   range $mount, $dir := .pass.mounts }}
[mounts "{{ $mount }}"]
       path = {{ $dir }}
{{-   end }}
{{- end }}
[show]
       safecontent = true
[generate]
       autoclip = false