项目作者: dvogt23

项目描述 :
pass export extension
高级语言: Shell
项目地址: git://github.com/dvogt23/pass-export.git
创建时间: 2020-04-04T22:37:46Z
项目社区:https://github.com/dvogt23/pass-export

开源协议:GNU General Public License v3.0

下载


pass export

A pass extension that exports given passwords in csv format

Description

pass-export extends the pass with a export command thats exports (all/given) passwords in csv (+bitwarden) format to stdout. Also look here for other cool extensions: awesome-password-store!

Usage

  1. pass export 1.1 - A pass extension that exports (all/given) passwords in csv format
  2. Usage:
  3. pass export [a | all] [b | bitwarden] [<pass-name> | <pass-dir>] [-v | --version] [-h | --help]
  4. Provide a command to export passwords in csv format
  5. Options:
  6. a, all Export all passwords
  7. b, bitwarden Export in bitwarden CSV format
  8. -v, --version Show version information.
  9. -h, --help Print this help message and exit.
  10. More information may be found in the pass-export(1) man page.

Installation

From git

  1. git clone https://github.com/dvogt23/pass-export/
  2. cd pass-export
  3. sudo make install

OS X

  1. git clone https://github.com/dvogt23/pass-export/
  2. cd pass-export
  3. make install PREFIX=/usr/local

Requirements

  • pass 1.7.0 or greater.
  • If you do not want to install this extension as system extension, you need to enable user extension with PASSWORD_STORE_ENABLE_EXTENSIONS=true pass. You can create an alias in .bashrc: alias pass='PASSWORD_STORE_ENABLE_EXTENSIONS=true pass'

Examples

Export all passwords

  1. zx2c4@laptop ~ $ pass export a

Export all passwords in bitwarden format

  1. zx2c4@laptop ~ $ pass export a b

Export a password dir

  1. zx2c4@laptop ~ $ pass export social

Export a password entry

  1. zx2c4@laptop ~ $ pass export social/twitter.com

Contribution

Feedback, contributors, pull requests are welcome.

License

  1. Copyright (C) 2017
  2. This program is free software: you can redistribute it and/or modify
  3. it under the terms of the GNU General Public License as published by
  4. the Free Software Foundation, either version 3 of the License, or
  5. (at your option) any later version.
  6. This program is distributed in the hope that it will be useful,
  7. but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  9. GNU General Public License for more details.
  10. You should have received a copy of the GNU General Public License
  11. along with this program. If not, see <http://www.gnu.org/licenses></http:>.