Welcome to Launchy#

Launchy# is an extension to Launchy's plugin system, that allows developing Launchy plugins in .NET languages (C#, VB.NET, etc.).

Features

Launchy# contains two main parts:

  • A .NET assembly that provides the plugin API and contains all relevant interfaces.
  • A Launchy plugin that acts as a proxy: loads the .NET plugins and forwards calls from Launchy to them.

When Launchy starts, the proxy plugin searches for DLL files in the 'plugins' directory that implement the required interfaces. The .NET plugins are loaded and wrapped, so that Launchy treats them as regular Launchy plugins.

Requirements

Launchy# requires Launchy 2.5 and .NET framework 2.0 and above.

Downloads

The project files can be downloaded from the project download page. The following files are available for download:

  • Launchy#-1.1.1-Bin.zip - contains the basic Launchy# distribution, including the proxy plugin, API assembly and documentation. Extract this file in the main Launchy directory (e.g. C:\Program Files\Launchy).
  • Go-Y#-1.1.0-Bin.zip - a full-fledged plugin that allows switching to an opened window. See the attached readme file for more details.
  • Launchy#-1.1.0-Plugins-Src.zip - contains C# source code for the two sample plugins: SimplePlugin# and Go-Y#.
  • Launchy#-1.1.0-Src.zip - contains the C++ and C# source code for Launchy#.

How to write a plugin?

Before attempting to write your first plugin you can consult with the following:

  • API documentation that comes with Launchy# (LaunchySharpAPI.chm).
  • SimplePlugin - a simple plugin that echos the user query.
  • Go-Y# - a full-fledged plugin that allows switching to an opened window.

License

  • Launchy# is distributed under the GNU GPL version 2.
  • Launchy# Plugin API is distributed under the GNU LGPL version 2.1.

Community plugins

Community plugins that use Launchy#:

  • Launchy2Skype - use Launchy to open Skype chat windows of your friends
  • CSVy - A Launchy# plugin to access CSV files directly in Launchy
  • launchy-translate - translation plugin (uses Lingvo)