Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 18, 2020 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/dab7db8ffe7be251f7653c7bf74f8701 to your computer and use it in GitHub Desktop.
Save r-ryantm/dab7db8ffe7be251f7653c7bf74f8701 to your computer and use it in GitHub Desktop.
/nix/store/2bnqwadaxblzvj9374cij7pk4v1rnpaq-kbs2-0.1.6
├── bin
│   └── kbs2
└── share
├── bash-completion
│   └── completions
│   └── kbs2.bash
├── fish
│   └── vendor_completions.d
│   └── kbs2.fish
├── kbs2
│   └── contrib
│   ├── ext-cmds
│   │   ├── kbs2-audit-pass
│   │   │   ├── kbs2-audit-pass
│   │   │   └── README.md
│   │   ├── kbs2-choose-pass
│   │   │   ├── kbs2-choose-pass
│   │   │   ├── kbs2-choose-pass.workflow
│   │   │   │   └── Contents
│   │   │   │   ├── document.wflow
│   │   │   │   └── Info.plist
│   │   │   └── README.md
│   │   ├── kbs2-dmenu-pass
│   │   │   ├── kbs2-dmenu-pass
│   │   │   └── README.md
│   │   ├── kbs2-kbsecret-env-import
│   │   │   ├── kbs2-kbsecret-env-import
│   │   │   └── README.md
│   │   ├── kbs2-kbsecret-login-import
│   │   │   ├── kbs2-kbsecret-login-import
│   │   │   └── README.md
│   │   ├── kbs2-qr
│   │   │   ├── kbs2-qr
│   │   │   └── README.md
│   │   ├── kbs2-snip
│   │   │   ├── kbs2-snip
│   │   │   └── README.md
│   │   └── kbs2-yad-login
│   │   ├── kbs2-yad-login
│   │   └── README.md
│   ├── hooks
│   │   ├── pass-clear-notify
│   │   │   ├── pass-clear-notify
│   │   │   └── README.md
│   │   └── push-repo
│   │   ├── push-repo
│   │   └── README.md
│   └── README.md
└── zsh
└── site-functions
└── _kbs2
24 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment