summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-06 22:48:04 +0100
committerhut <hut@lavabit.com>2010-01-06 22:48:04 +0100
commitab65b3533f439988fe80ff7a742c88a62e3e15e2 (patch)
tree449f692afc910637066b0fb4571d74c680f36c31
parent8e3271377f10c57ccadc33e5ca58ed91d0d55da6 (diff)
downloadranger-ab65b3533f439988fe80ff7a742c88a62e3e15e2.tar.gz
updated TODO
-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
146'>146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225