Skip to content

Commit

Permalink
Merge pull request #5 from begris/develop
Browse files Browse the repository at this point in the history
removed old documentation fragment
  • Loading branch information
begris authored Mar 18, 2022
2 parents 4519c2b + 64f4d38 commit e3565be
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test3 [email protected] 31f117da-ac04-4c99-812e-ae5b00d87393
test4 user 229bc07d-835e-4e42-a59b-ae5b00df50f2
```

#### `bw-asCredentials` && `bw-asTsvList`
#### `bw-asCredentials` && `bw-asTsvList`
```shell
❯ bw list items --search test --organizationid null | bw-asCredentials | bw-asTsvList
NAME USERNAME URL ID
Expand Down Expand Up @@ -125,12 +125,6 @@ echo "Do magic on host $(bws --json host1 | bw-getCustomField Hostname) with use
json=$(bws --json host1); if [[ $? == 0 ]]; then h=`echo $json | bw-getCustomField Hostname`; echo echo "connect to $h"; else echo "ohh no - more lemmings"; fi
```

> gocred set --credential CLIP \
> $(bw-select $(bw list items --organizationid notnull) \
> | bw-asUsernamePassword); gocred get -u --credential CLIP
>
> bw-copy $(bw-select $(bw list items) | bw-asUsernamePassword)
### bw-user hook
The hook should be implemented in your `.zshrc` or any other resource file loaded before using the plugin commands itself.

Expand Down

0 comments on commit e3565be

Please sign in to comment.