GitXplorerGitXplorer
f

dojotools

public
28 stars
10 forks
1 issues

Commits

List of commits on branch master.
Verified
eec38b3f730fda39245f996e6007b9d3db8b2c31

Update README to mention the project is no longer maintained

fflavioamieiro committed a year ago
Unverified
4897d70814d58e90816a22073a583c58a88799d6

Edit README to point to the forks I know about

fflavioamieiro committed 13 years ago
Unverified
5dbc5b20ad810988bfa67470e7b547b2896d4638

Removes call to attatch_to_status_icon

fflavioamieiro committed 13 years ago
Unverified
103474c718ceebb4e9d6b1ba2c48cba2e4730259

Fix whitespace issue

fflavioamieiro committed 13 years ago
Unverified
e5af747cb026e493b632f1a43ff2a0a9827c53e1

Add basic support for Arduino as a UI. Based on the work done by Bernardo Fontes

fflavioamieiro committed 14 years ago
Unverified
77bd0cafd295c2b516a3ea0c299d13e0bafc2bb1

Fix some messages not being displayed due to XML parsing of notification daemon

eemoreth committed 14 years ago

README

The README file for this repository.

Dojotools is intended to help in coding dojo sessions.

Our huge feature list is:

  • Watch a directory for changes and run a user supplied command when a file changes

  • Keep track of the round time (in the simplest way possible)

This software is still maintained, so feel free to file any bug reports you find, but it will probably not get many no longer maintained and will not get new features. It might still work, but it's not tested anymore. There are already two forks (that I know of) that implement interesting stuff: there is a gedit plugin, by @cesarFrias and another fork by @joaoFelipe with great features such as code snippet generators for various languages and pilot logging.

The only dependency is pygtk (to create the status icon), but if you want notifications, you should also have pynotify installed.

Notifications, will not work very well in Ubuntu, since Canonical’s Notify-OSD does not behave the same way as libnotify does in other linux distributions.

You can revert to the old notification-daemon following instructions in this Ubuntu forums post by gradinaruvasile:

We still need notifications for other platforms.

Another optional dependency is python-firmata if you want to use an Arduino to show the status of your tests using a real, physical semaphore.

If you want to do so, install python-firmata, upload the firmata sketch to your Arduino, and leave it connected to your usb port.

Because of the way we initiate the communication with the Arduino, this will probably not work on Windows for now.