# HG changeset patch # User Thomas Arendsen Hein # Date 1377679474 -7200 # Node ID abfa55c7c2b28bf3b931afb84172500bf8fb6976 # Parent fdd086acdf9b7534899dfbf7e27e27811711efc4 added some todos diff -r fdd086acdf9b -r abfa55c7c2b2 TODO --- a/TODO Mon Jun 24 11:58:07 2013 +0200 +++ b/TODO Wed Aug 28 10:44:34 2013 +0200 @@ -4,3 +4,16 @@ keys. - reimplement RPN input for current getan implementation (28489e672e61) + +- Improve default colors, e.g. yellow on green for the current time is hard to + read, and the currently selected project has a black background, which is + not much of a highlight on a terminal with a black background. + +- The sum of previous times and currently running time should be displayed as + in previous versions of getan. + +- The currently running time should be shown near the project. + +- Allow empty descriptions. + +- When adding/removing time, the highlighting of the current project is lost.