vfox 2026.5.9

Interface to vfox plugins
Documentation
--- !!! DO NOT EDIT OR RENAME !!!
PLUGIN = {}

--- !!! MUST BE SET !!!
--- Plugin name
PLUGIN.name = "1password"
--- Plugin version
PLUGIN.version = "0.1.0"
--- Plugin homepage
PLUGIN.homepage = "https://github.com/mise-plugins/vfox-1password"
--- Plugin license
PLUGIN.license = "MIT"
--- Plugin description
PLUGIN.description = "1Password CLI (op) - Password manager developed by AgileBits Inc"

--- !!! OPTIONAL !!!
PLUGIN.minRuntimeVersion = "0.3.0"
PLUGIN.notes = {
	"Provides the 1Password CLI tool (op command)",
}