Skip to content

Commit

Permalink
build: generate readme project (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Mar 14, 2021
1 parent 88d837f commit 138bf2b
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ zsh-bitwarden plugin for zsh.

zsh-bitwarden is an open-sourced software licensed under the [MIT license](LICENSE.md).

## Screenshots

![fzf bitwarden](./static/screenshots/fzf-bitwarden.png) _search key with bitwarden_

## Requirements

This is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration:

```{bash}
https://github.com/hadenlabs/zsh-core
```
- [zsh-core](https://github.com/hadenlabs/zsh-core)

## Installation

Expand Down Expand Up @@ -67,6 +68,26 @@ to your `.zshrc` where you're adding your other plugins.

## Usage

Unlock your BitWarden vault:

```
bw unlock
```

Enter your password and then copy the session token into the `BW_SESSION` environment variable:

```
export BW_SESSION="SECRETKEYWILLBEHERE"
```

Sync your local vault with the cloud:

```
bw sync
```

Then run the shortcut:

`CTRL x + k`: run fzf bitwarden

## Functions
Expand Down

0 comments on commit 138bf2b

Please sign in to comment.