Download List

Project Description

etm is an acronym for Event and Task Manager. It provides a simple, intuitive format for using plain text files to store event, task, and other data items, a command line interface for viewing stored information in a variety of convenient ways, and a cross-platform, PyQt-based GUI for creating and modifying items as well as viewing them. Displayed items can be grouped by date, context, keyword, or project and can be filtered in various ways. A display of busy and free times is also supported, as is a ledger view of time spent that is suitable for client billing. Alarms are supported for events and repetition for both events and tasks in a powerful and flexible manner.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-11-28 01:29
670

The ability to prefix an omit string with an ! to reverse its meaning was added. For example, "-o e" would omit events, but "-o !e" would omit everything except events. A bug involving dateless tasks was fixed. The ability to supply the colon if it is missing was added when fuzzy parsing times. A bug in outline view in which the same project could be listed more than once was fixed. The details bar in the GUI is now allowed to have focus so that contents can be copied to the paste buffer.
Tags: Minor feature enhancements, minor bug fixes

2010-11-02 06:00
667

This release fixes a bug in computing hours and tenths from minutes for ledger view. It fixes a bug in the 'about' display.
Tags: Minor bugfixes

2010-09-24 02:46
664

The display of "default" field values inherited from the project line in the details bar in the GUI was added. A bug in which filters were not being applied to CVS and ICS exports was fixed. Bindings were switched so that "p" now opens an existing project and "P" creates a new project. If an item is selected when "p" is pressed, then its parent project is opened, otherwise, a file selection dialog is opened. All items are limited to a single keyword to avoid double counting in ledger view.
Tags: Minor feature enhancements and bug fixes

2010-09-11 10:41
661

This release changes the today button to a static text display. It adjusts the top (dateline) fonts and alignment for consistency. It changes the layout to better fit the busy panel. It fixes a compatibility problem with Python 2.7 in displaying local weather information in the OS X (dmg) version.
Tags: Minor bugfixes

2010-09-04 14:50
658

This release adds 'data view' which displays all data items, regardless of date, sorted by type (action, event, note, task, reminder) and then by context, keyword, and description with options to filter in various ways. It improves the widget layout and changes the style of the 'today' button. It increases the width of the date column to prevent truncation. It allows individual settings for whether or not to rotate actions, events, notes, tasks, and reminders. It changes the GUI binding for search to ^F and for delete to either Delete or Backspace.
Tags: new features, Minor bugfixes

Project Resources