[Sgtd-users] sgtd-0.3.0 released
Status: Beta
Brought to you by:
rpmohn
From: Ross M. <rp...@wa...> - 2006-11-07 17:03:31
|
sgtd-0.3.0 was released today. It includes at least rudimentary implementations of most of the remaining major functionality, including: * on-line command help screen bound to the '?' key. * use of the [GNU Readline](http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html) library for editing/inserting. * handle terminal resizing. * basic printing bound to the '^P' key. * basic searching bound to the '/' key. I have not yet dealt with horizontal scrolling either views or inserting/editing. Version 0.4.0 is planned for release around 2006-11-21. It will rework the filter and sort action views so that you can create multiple user-defined views that will be remembered between sessions. The views will be defined by the following criteria: * name * projects filter * contexts filter * project vs. context sorting * arbitrary limit on number of actions to view per project/context. For example, show only the top two actions for each project. -RPM |