An open API service indexing awesome lists of open source software.

https://github.com/p6m7g8-dotfiles/p6df-1password

P6 Dotfiles: 1PASSWORD
https://github.com/p6m7g8-dotfiles/p6df-1password

cli developer-tools dotfiles p6 p6df p6m7g8 plugin productivity sh shell terminal theme zsh

Last synced: 4 months ago
JSON representation

P6 Dotfiles: 1PASSWORD

Awesome Lists containing this project

README

          

# P6's POSIX.2: p6df-1password

## Table of Contents

- [Badges](#badges)
- [Summary](#summary)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [Usage](#usage)
- [Functions](#functions)
- [Hierarchy](#hierarchy)
- [Author](#author)

## Badges

[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)

## Summary

Integrates 1Password CLI into the p6df shell framework. Provides profile-based account/vault
switching, MCP server installation, and credential export (including `OP_SERVICE_ACCOUNT_TOKEN`)
via `profile::on` / `profile::off`.

## Contributing

- [How to Contribute]()

## Code of Conduct

- [Code of Conduct]()

## Usage

### Functions

#### p6df-1password

##### p6df-1password/init.zsh

- `p6df::modules::1password::deps()`
- `p6df::modules::1password::external::brew()`
- `p6df::modules::1password::mcp()`
- `p6df::modules::1password::profile::off()`
- `p6df::modules::1password::profile::on(profile, account, vault_name, [op_service_account_token=])`
- Args:
- profile
- account
- vault_name
- OPTIONAL op_service_account_token - []
- `str str = p6df::modules::1password::prompt::mod()`

## Hierarchy

```text
.
├── init.zsh
└── README.md

1 directory, 2 files
```

## Author

Philip M. Gollucci