blob: f3b7e06a05bb32bdbdd0c2172e3e8ebf2e36e231 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Calcurse TODO list :
--------------------
Here are listed the modifications I will perform on Calcurse in future
releases. They are ordered into three different parts, depending on the
priority. Feel free to send me an email (see the AUTHORS file) if you
would like to see a feature added in Calcurse which does not appear in
this list.
High
----
* Add support for UTF-8
* Implement the send-item functionality to export a single item and pipe it
to an external process
* Add a key binding to toggle between visible/hidden tasks inside todo
panel
* Add an optional argument to the --next flag to check for next appointment
starting from the specified time
* Improve the way one can specify a duration (allowing something like
XXdXXhXXmXXs)
* Implement word-wrap in the sidebar
Average
-------
* Add support for CalDAV protocol (rfc4791)
* Add support for ical's BYDAY recursion modifier (to express recurrences
like 'every monday' for example)
* Implement user-definable categories to classify appointments and tasks
* Implement copy/paste functionality
* Implement support for a journal
Low
---
* All status bars should be terminal-size dependant (config_bar is not)
* Compute Easter sunday
|