https://github.com/kyleburton/rlpass
https://github.com/kyleburton/rlpass
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyleburton/rlpass
- Owner: kyleburton
- Created: 2017-02-21T15:49:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T19:27:28.000Z (almost 9 years ago)
- Last Synced: 2025-06-21T06:04:15.394Z (7 months ago)
- Language: Go
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
Wrapper for the `lastpass-cli` tooling implemented in golang. This wrapper represents a very opinionated way of storing configuration in lastpass so that it is machine readable and consistent. With a focus on machine readability.
Examples
```
go test *.to
go run main.go ls | jq -C . | less
go run main.go show 6919840240772558827686 | jq -C . | less
```
```
go run mian.go spec
```
Q: Why not just `lpass export --color=never`?
A: Though this allows for bulk export, it does not preserve the fidelity of the information stored in lastpass.
https://github.com/lastpass/lastpass-cli/issues/263