Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dstotijn/onepasswordtxt2csv
Tool for converting 1Password 6 plain text export to CSV
https://github.com/dstotijn/onepasswordtxt2csv
1password converter csv
Last synced: 14 days ago
JSON representation
Tool for converting 1Password 6 plain text export to CSV
- Host: GitHub
- URL: https://github.com/dstotijn/onepasswordtxt2csv
- Owner: dstotijn
- License: mit
- Created: 2017-06-24T12:41:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T12:41:15.000Z (over 7 years ago)
- Last Synced: 2024-06-20T05:08:46.086Z (5 months ago)
- Topics: 1password, converter, csv
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# onepasswordtxt2csv
Tool for converting a plain text file exported from 1Password on Windows to
a CSV file for use with [Utilities for 1Password](https://github.com/agilebits/onepassword-utilities).## Installation (Linux/macOS)
```
$ go get github.com/dstotijn/onepasswordtxt2csv
```## Usage (Linux/macOS)
Assuming you have `bin` directory used by the `go` command in your `$PATH`, you
can run the program like this:Example:
```
$ onepasswordtxt2csv --txtFile="/path/to/input_file.txt" output_file.csv
```## License
[MIT](/LICENSE.md)