Main Page

From Enso Wiki

Jump to: navigation, search

Enso is a unique universal command interface for Windows (coming soon for other platforms). With the advent of the Enso Developer Prototype, people can create their own commands for use with Enso. This Wiki is for people who are interested in writing guides and sharing code that works with Enso.

If you're looking to get up and running quickly, check out the Quick Start Guide. Basically, you need a Windows PC, Enso (now a free download), a copy of the Enso Developer Prototype, and your favorite language that supports XML-RPC (the guide favors the Humanized preference of Python). Otherwise, you can check out the API Documentation reference. For those who want some more ideas about how to build commands more effectively, try the Design Patterns For Enso Commands.

Language Guides

Python HOWTO
Java HOWTO
.NET HOWTO
Perl HOWTO
Ruby HOWTO

Commands

Python Commands
C# Commands
Java Commands
Perl Commands
Ruby Commands
Visual Basic Commands