Boo Explorer - rmboggs/boo GitHub Wiki

Added by Rodrigo B. de Oliveira

In the extras directory you're going to find this neat little utility that allows you not only to edit boo scripts with a nice syntax highlighting but also to run them (F5) and/or see their expanded form (CTRL+E).

For Windows Users

booxw can be found in binary form here.

If you want to build it yourself follow these simple steps:

  • go to the extras/boox directory
  • type nant
    warningboox requires at least nant 0.85, which is a nightly build version, not a stable version.

Here's a screenshot of boox in action to whet your appetite: screenshot of Boo Explorer

For Linux Users

I've started a similar project using Gtk# but It's in a very early stage. If you know or want to learn how to write Gtk# applications this could be a good chance.