DeekyJay / Wox.LastPass

A simple Wox Plugin that leverages LastPass's CLI through the Windows Subsystem for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wox.LastPass - A LastPass Plugin

A simple Wox Plugin that leverages LastPass's CLI through the Windows Subsystem for Linux.

Requirements

Installation

I'm not going to publish this plugin, so I'll outline some basic steps to get this running on Wox manually.

  1. Navigate to %appdata%\Wox\Plugins.
  2. Create a new folder called LastPass-b110d29d-770b-4f48-871d-873f9cb04ef5
  3. Build the project.
    • This should be as simple as pulling down this project, running dotnet restore and dotnet build.
  4. Copy plugin.json from the root of this project into the newly created folder.
  5. Copy Newtonsoft.Json.dll and Wox.LastPass.dll from the build folder (bin/Debug/net452) to the newly created folder.
  6. The LastPass-b110d29d-770b-4f48-871d-873f9cb04ef5 should now have the following files:
    • Newtonsoft.Json.dll
    • Wox.LastPass.dll
    • plugin.json
  7. Run Wox! Confirm the plugin exists via going to the settings and looking at the list of plugins.

About

A simple Wox Plugin that leverages LastPass's CLI through the Windows Subsystem for Linux.


Languages

Language:C# 100.0%