diff --git a/TODO b/TODO index c699316..9dda401 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,16 @@ -$Id: TODO,v 1.153 2009/06/27 21:49:20 tundra Exp $ +$Id: TODO,v 1.154 2009/06/28 05:40:27 tundra Exp $ + + +Document +======== + +- Variable precision display of scaled sizes + and SCALEPRECISION (Default: 1). Note that + this does not do proper rounding but merely + blindly displays that many digits of precision. + Setting SCALEPRECISION=0 yields behavior like + previous versions of the program. + twander 3 ========= @@ -9,21 +21,9 @@ - Put indicator in individual associations or ! assoc to indicate that the test should be done case-insensitive. -- Change file size scaling algorithm to provide tenths - resolution: e.g. 1.4g - - Make width of display fields (at least some of them) tunable in the configuration file. -- Support 'twander file file file ...' as an invocation option - to mean: Set DSELECTIONS to the file list and run SELKEY on - them (to take advantage of file associations somehow). - - . Possible enhancement: If a directory is specified anywhere - on the command line it implies that twander remain running - initialized on that dir. If not, the files are executed and - twander terminates. - - Rethink selection preservation across refreshes. Currently if a new file is added or deleted the selection will move up- or down- accordingly because Tkinter selections are based on index position. See if it @@ -56,6 +56,9 @@ model. - Implement HIDE=regex configuration file feature. + This will be a more general form of the DOT options and + can be used to implement them (or should toggling dotfiles + always be possible separately?). - Dynamically size display column widths based on actual content rather than fixed worst-case field widths.