- Add lens:// protocol handling with a routing mechanism - document the methods in an extension guide - remove handlers when an extension is deactivated or removed - make sure that the found extension when routing a request is currently enabled (as a backup) - added documentation about the above behaviour to the guide - tweaked the naming convention so that it is clearer that the router uses extension names as not IDs (which currently are folder paths) - Convert the extension API to use an array for registering handlers - switch design to execute both main and renderer handlers simultaneously, without any overlap checking - change open to be a dev dep - improve docs, export types for extensions, skip integration tests - switch to event emitting renderer being ready - Add logging and fix renderer:loaded send to main Signed-off-by: Sebastian Malton <sebastian@malton.name>
3.0 KiB
Getting Started
Lens is lightweight and simple to install. You'll be up and running in just a few minutes.
System Requirements
Review the System Requirements to check if your computer configuration is supported.
macOS
- Download Lens for macOS.
- Open the browser's download list and locate the downloaded archive.
- Select the 'magnifying glass' icon to open the archive in Finder.
- Double-click
Lens-{version}.dmgand dragLens.appto theApplicationsfolder, making it available in the macOS Launchpad. - Add Lens to your Dock by right-clicking on the icon to bring up the context menu and choosing Options, Keep in Dock.
Windows
- Download the Lens installer for Windows.
- Once it is downloaded, run the installer
Lens-Setup-{version}.exe. This will only take a minute. - By default, Lens is installed under
C:\users\{username}\AppData\Local\Programs\Lens.
Linux
See the Download Lens page for a complete list of available installation options.
After installing Lens manually (not using a package manager file such as .deb or .rpm) the following will need to be done to allow protocol handling.
This assumes that your linux distribution uses xdg-open and the xdg-* suite of programs for determining which application can handle custom URIs.
- Create a file called
lens.desktopin either~/.local/share/applications/or/usr/share/applications(if you have permissions and are installing Lens for all users). - That file should have the following contents, with
<path/to/executable>being the absolute path to where you have installed the unpackedLensexecutable:[Desktop Entry] Name=Lens Exec=<path/to/executable> %U Terminal=false Type=Application Icon=lens StartupWMClass=Lens Comment=Lens - The Kubernetes IDE MimeType=x-scheme-handler/lens; Categories=Network; - Then run the following command:
xdg-settings set default-url-scheme-handler lens lens.desktop - If that succeeds (exits with code
0) then your Lens install should be set up to handlelens://URIs.
Snap
Lens is officially distributed as a Snap package in the Snap Store:
You can install it by running:
sudo snap install kontena-lens --classic
Update Cadence
Lens releases a new version each month with new features and important bug fixes. Lens supports auto updating and you will be prompted to install the new release when it becomes available!
To stay current with the Lens features, you can review the release notes.
