开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > stodo |
stodo
|
0 | 2 | 91 |
贡献者 | 讨论 | 代码提交 |
What is sTodosTodo is a todo-list manager, you can add, remove todos in it, each task(todo) has its own status, such as new, pending, canceled, finished, etc.
I am trying to make it to be a more useful & powerful todo manager, by now, you can add, remove, edit, search you todos, and can send you todo to others by mail, and I am still working on the exporting, which will support export the todo list to HTML, Plain Text and Excel, etc.
While the exporting part of sTodo is still in the mill, so the alpha version may be delay for 2 weeks or more(current version is v0.2).
Also, I don't want to develop all the functions it should have, so, I'm thinking to provide a pluggable framework, and then everyone else can customize the sTodo by himself. Actually, I made another simple todo manager with pluggable framework can works by now, but not that easy to use. The script used on sTodo will be JavaScript, which is used on almost every Web-Page, and it can be used on java since JDK 1.6.
If you have any good ideas, please share them to me.
sTodo has been ported to Mac and been prove %100 Free and Clear by SoftPedia, so you can use it freely.
Requirements:
Java 6 or later
What it looks like
New Feature : Notify when timeout
Change LogVersion 0.5 Add notification mechanism to sTodo, may add some usable ways of edit date and time, after add the notification, sTodo becomes useful.
Version 0.4 Add plugin-framework, and then user who using sTodo can define their own functions in scripts. By now, this framework is not that nice, I need more time to really finish it.
In v0.4, I defined a simple plugin which can list all plugins actived in the application.
Version 0.3 In-time search function added. And changed the icon on system tray from scheduler to a clock. In addition, a few keyboard shortcuts added, such as slash '/' to open the search panel, and ESC to cancel(hide) the panel.
Version 0.2 Add mail support, which allow the user mail one item to a special mail address, this may be useful if you have one computer for work, and you have an idea when you ready to come back to home, then you just submit a message to your mail, when you get home, check your mail to get notes (actually, that's exactly what I do almost everyday).
Version 0.1 A very simple application which can only add new task into a list, and then show it.