summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index baae6763..db86fb74 100644
--- a/TODO
+++ b/TODO
@@ -22,6 +22,8 @@ General
    (X) #16  10/01/01  list of bookmarks
    (X) #21  10/01/01  write help!
    ( ) #22  10/01/03  add getopt options to change flags/mode
+   ( ) #29  10/01/06  add chmod command
+   ( ) #30  10/01/06  add a way to create symlinks
 
 
 Bugs
@@ -30,9 +32,14 @@ Bugs
    (X) #18  10/01/01  fix notify widget (by adding a LogView?)
    (X) #19  10/01/01  resizing after pressing g
    ( ) #23  10/01/04  stop dir loading with ^C -> wont load anymore
+   ( ) #25  10/01/06  directories sometimes dont reload correctly
+   ( ) #26  10/01/06  :delete on symlinks of directories fails
+   ( ) #31  10/01/06  ^C breaks cd-after-exit
 
 
 Ideas
 
    ( ) #20  10/01/01  use inotify to monitor filesystem changes
    ( ) #24  10/01/06  progress bar
+   ( ) #27  10/01/06  hide bookmarks in list which contain hidden dir
+   ( ) #28  10/01/06  use regexp instead of string for searching
='#n93'>93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137