OnePassword.NET icon indicating copy to clipboard operation
OnePassword.NET copied to clipboard

A 1Password CLI Wrapper for .NET.

Results 2 OnePassword.NET issues
Sort by recently updated
recently updated
newest added

### Motivation I had to access information of attached files in an item. ### Description A new `File` class has been added to represent the files associated with an item....

I've been trying to add a new field to an existing item without much success. ``` csharp var items = onePasswordClient.GetItems(myVault) var item = items.First(x => x.Title == "My Title")...