sgtd-users Mailing List for sgtd - Simply Getting Things Done
Status: Beta
Brought to you by:
rpmohn
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ross M. <rp...@wa...> - 2008-06-20 00:31:15
|
Beeswax - Mind Your Own Beeswax http://waxandwane.org/beeswax/ Beeswax is an information management system inspired by Lotus Agenda. It aims to recreate Agenda's flexibility and efficiency in a clutter-free, text-based (ncursesw) user interface with vi key bindings. Beeswax views & reports will have specifications for sections, columns, filtering, and sorting. Release v0.2.0 is a somewhat stable base of functionality on which the remaining features will be built. Since columns and custom views are not yet included, it is essentially Beeswax with just a single hierarchical view of all items. Download and find out more at http://waxandwane.org/beeswax/ |
From: Ross M. <rp...@wa...> - 2006-11-30 15:33:43
|
On Thu, 2006-11-30 at 11:03 +0900, C. Mague wrote: > + "<Tab> - re-read all tasks and refresh view", Thanks for the patch! I'll bind it to CTRL-L int the mainline since that is the traditional refresh view key. -RPM |
From: C. M. <bos...@en...> - 2006-11-30 02:03:46
|
Ross Mohn wrote: > On Wed, 2006-11-29 at 09:18 +0900, C. Mague wrote: >> Excellent start. > Thanks. More to come! Looking forward to it. >> Is there some where that patches can be submitted? > Please post them to this mailing list. attached. |
From: Ross M. <rp...@wa...> - 2006-11-29 18:58:00
|
On Wed, 2006-11-29 at 09:18 +0900, C. Mague wrote: > Excellent start. Thanks. More to come! > Is there some where that patches can be submitted? Please post them to this mailing list. > For compilation on FreeBSD the make file config needs a change and I > would like to submit a view refresh. > > When adding actions to the db from an external script they are not > visible until a refresh which is currently not an option. -RPM |
From: C. M. <bos...@en...> - 2006-11-29 00:18:50
|
Excellent start. Is there some where that patches can be submitted? For compilation on FreeBSD the make file config needs a change and I would like to submit a view refresh. When adding actions to the db from an external script they are not visible until a refresh which is currently not an option. -c |
From: Ross M. <rp...@wa...> - 2006-11-27 17:15:24
|
Version 0.4.0 did not make it out the door last week, as I had expected it would. I was focusing on the more tactile arts such as cooking and visiting with friends and family. However, I did work through some of the design problems with v0.3.0 and I believe I'm on track to release v0.4.0 around the 1st of the new year. It will definitely include user-defined views, line wrapping, and better memory management. It may also include undo/redo, notes, and organizing projects/contexts in a tree hierarchy. Happy holidays! -RPM |
From: Ross M. <rp...@wa...> - 2006-11-07 21:30:36
|
To anyone trying out sgtd: I'm interested in looking at some of your screenshots, especially of the new 0.3.0 version. I'd like to post one or two to the website as well. Please send images to me! Thanks very much! -Ross |
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 |