diff --git a/TODO b/TODO new file mode 100644 index 0000000..accb19c --- /dev/null +++ b/TODO @@ -0,0 +1,87 @@ +$Id: TODO,v 1.101 2006/12/14 09:07:06 tundra Exp $ + +twander +======= + +- Handle associations somehow. Perhaps a default handler that + reads association info from the config file whenever a + double-click or enter-select does not work on a file - i.e. + when the OS does not know how to execute a particular file type. + +- Mechanism to save current state in a separate file + + . Save current size/position + + . Persistent clipboards / preload values into clipboard + + . Current values of directory shortcuts + + +- Implement HIDE=regex configuration file feature. + +- Anonymous commands - no command key + +- Escape blanks when FORCEUNIXPATH is active + +- Offer quoted and non-quoted version of the builtins + + +Version 4 Future +================ + +- Split new directory processing into queue producer-harvester + model. + +- DRIVELIST on Unix: Display mount points + +- Enhance configuration language: + + . Switch configuration language to tconfpy + + . Named directory ALIASes: + + FOO = /a/b/c + + Means you can type FOO in response to a cd dialog and + get sent to a/b/c + +- Figure out how to get the dialog fonts/sizes to track + the rest of the program. (Perhaps replace with my own?) + +- Also possibly the titlebar fonts. + + +Done +---- + ++ Display "Yes" & "No" on title bar as "Y" and "N" to save space. + ++ Display Help pages 3 columns wide where appropriate. + + + Keyboard binding menu + + User options menu + ++ Removed Shortcut Key display from help menu - redundant w/ + same menu on main toolbar + ++ Mechanism to save the current directory in a SC key for remainder of + session + ++ Add option to sort Command Menu - CMDMENUSORT + ++ Add example Execution Variable in example .twander file and + and further explanation in the docs. + + + + + + +------------------------------------------------------------------------ + +X - Final packaging: + + - FreeBSD Port + - Screenshot(s) + - Copy doc to website + - Copy example configuration to website