aboutsummaryrefslogblamecommitdiffstats
path: root/TODO
blob: 8de7fb08a5c90ea41456549831d40857f83af768 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                       


    
                                                               
                                                 


                                                                             
 


       
                                                        


                                                                      


                                                                        
                                                                 



   
                                  

                                                                          
 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
----
  o  Add import capabilities to read ical files inside calcurse
  o  Add export capabilities to create xml files 
  o  Create external calendars which would contain hollydays and such (in ics
     format)
  o  Add a week view in the calendar panel
 

Average
-------
  o  Improve the '-d' option by adding more date formats
  o  Accept dates entered in other formats such as d/m/yyyy or d/m/yy,
     make the date format user configurable
  o  Make keys user configurable
  o  Add searching capabilities with support for regex
  o  Allow the creation of sub-todos (divide todos into different tasks)
  o  Make the color themes more configurable
  o  Improve handling of window resizing with the help of signals


Low
---
  o  Add 't' alias for 'g - Enter'
  o  All status bars should be terminal-size dependant (config_bar is not)
  o  Improve check_event_time() using sscanf as in goto_day()