Enso Launcher icon
Enso Launcher icon

Enso Launcher

 21 likes

Enso is dead simple to use. You just hold down the Caps Lock key and type an Enso command, which is displayed in a translucent overlay. Once the command is typed, you simply release the Caps Lock key to activate it, and the overlay disappears.

Enso Launcher screenshot 1

License model

  • FreeProprietary

Application type

Platforms

  • Windows  For Windows XP, Vista, and Win2K. An administrator account is not required for installation.
Discontinued

The official website is no longer available. Last version, Build 3268, released on 2008, can be still downloaded from Wayback Machine.

  No rating
21likes
2comments
0news articles

Features

Suggest and vote on features
  1.  Extensible by Plugins/Extensions
  2.  Application Launchers

 Tags

  • keystroke-launcher

Enso Launcher News & Activities

Highlights All activities

Recent activities

Show all activities

Enso Launcher information

  • Developed by

    Humanized.com
  • Licensing

    Proprietary and Free product.
  • Alternatives

    32 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

Our users have written 2 comments and reviews about Enso Launcher, and it has gotten 21 likes

Enso Launcher was added to AlternativeTo by Unaccommodated on Apr 17, 2009 and this page was last updated Jan 27, 2021. Enso Launcher is sometimes referred to as Enso.

Comments and Reviews

   
 Post comment/review
Pierre LeBaux
Jan 7, 2011
0

This launcher is very good, but the development stopped long time ago.

10basetom
Dec 13, 2014

You can download a portable binary from here: https://github.com/GChristensen/enso-portable. It's working fine on my Windows 8.1 Pro system.

Pierre LeBaux
Dec 13, 2014

It is working, but it is not being developed :) It is annoying to always type "open" and other commands. I switched to SlickRun icon SlickRun and never been happeier.

10basetom
Dec 14, 2014

@lebaux I tried SlickRun many years ago but for some reason(s) I can't remember I ended up uninstalling it. Please refresh my memory -- can SlickRun do something like this:

  • select some text
  • toggle command mode (e.g., Caps Lock for Enso)
  • type "uppercase" and press Enter to convert the selected text to lower case

Also, what do you think about FARR?

Pierre LeBaux
Dec 29, 2014

10basetom, well it does not do everything like Enso. But I customized it in a lot of ways, and I suggested on slickrun forum to actually mimic some of the Enso functions. You can join the discussion and post your suggestions there.

FARR is good, but like launchy and all those launchers it is not appealing to me, design wise. Slickrun looks ugly, but you can customize it to be almost like enso looking - huge text, your own colors.

10basetom
Dec 30, 2014

lebaux, thanks for the reply -- I'll give SR another shot. As you've done with SR, I have also made many changes to Enso since discovering it, in some ways significant, to make it work better within my own workflow. For example, I added the ability to type all standard symbols on the Enso command line (what they call "quasimode"), so now I can use Enso as my main calculator and currency/unit converter in addition to text formatter :-). I also added support for the numeric keypad because my wife can type on the keypad faster than I can use a handheld calculator! This is just the beginning of my personal journey to enhance and prolong Enso. One big feature that I plan to add to Enso is to turn it into an information retrieval system by using its built-in overlay window (you can see a sample overlay by doing a calculation). To give you an idea, here is a typical scenario:

  • You see a word you don't understand in any application that allows you to select the text. If you cannot select the word for some reason, then you can always fall back to manually typing 'define <fancy word>'.
  • You select the word and press Caps Lock.
  • You type 'define' and press Enter.
  • Enso will retrieve the definition for this word using a web service and display it in the overlay. This sure beats Enso's old way of doing things, which was to open a new browser tab and go to ninjawords.com (or launch a new browser process if one isn't already running). Since it will use a web service that only returns JSON instead of full HTML, it should be both faster and less resource intensive than opening a new tab to load an entire web page.

In addition to 'define', I plan to add additional web service commands to retrieve lowest price, stock ticker data, metacritic ratings, and anything else that can be useful and has a web service to retrieve the information. Anyway, you can see my fork here:

https://github.com/thdoan/enso-portable

Regarding the command prefix annoyance that you brought up, for the time being you can work around that by creating custom commands, e.g.:

def cmd_firefox(ensoapi):     os.startfile("path\to\Firefox.lnk")

You can even write a batch script that will go through your Start Menu and create these custom commands for you. In the distant future, I plan to enhance Enso's autocomplete system so that you'd be able to open Firefox by typing two characters: 'o f' (OK, three if you count the space ;)). This would match the command '[o]pen [f]irefox' and act as its proxy. If you have another program that begins with the letter "F", then you could enter 'o ff' instead, which would match '[o]pen [f]ire[f]ox'. The original developers actually added some advanced autocomplete prediction algorithm to Enso, but it was eventually scrapped. You can read more about that under the "Autocomplete" section here:

http://www.azarask.in/blog/post/enso-20-design-thoughts/

In theory, we can overcome the issue that convinced them to drop this idea by requiring the user to type that extra space character as a sort of word boundary hint. Another idea that never made it into production was Enso's adaptive learning behavior. You can read more about it in the "The Learning Algorithm" section by following the link above. I also plan to implement this feature sometime down the road. The longer you use Enso, the more it would learn and adapt to your habits. My ultimate aim is that after you use Enso for awhile, the autocomplete + learning algorithms would be so effective that sometimes it feels like magic.

Pierre LeBaux
Jan 4, 2015

You put a lot of time and thinking in your launchers, very impressive :) I am going to try your fork, and I will give you feedback after some time.

10basetom
Jan 11, 2015

Hi lebaux, please keep in mind it's still very much a work in progress. I just discovered that enterng symbols works fine in Windows 7 32-bit, but not so fine in Windows 8.1 64-bit. If you have any burning feature requests, please drop me a note (on here or GitHub as an "issue").

UPDATE: The symbols input issue on Windows 8.1 has been fixed.

Pierre LeBaux
Mar 1, 2015

Hi there, I am not able to run this on windows 10. Are you still mainlining the project? :) Thanks man :)

10basetom
Jan 21, 2016

Sorry, I'm still on Windows 8.1. Once I update to 10 I'll let you know.

Pierre LeBaux
Feb 2, 2016

Let me know when you do! :)

bchhun
Sep 25, 2010
0

The best launcher ever. The response is snappy and I love how it gets out of my way once it does its deeds.

What is Enso Launcher?

Enso is dead simple to use. You just hold down the Caps Lock key and type an Enso command, which is displayed in a translucent overlay. Once the command is typed, you simply release the Caps Lock key to activate it, and the overlay disappears. If you type fast, it all happens in a flash.