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
iv>
fbb0f81f ^

fbb0f81f ^
ffa01a1a ^
30b5f112 ^








fbb0f81f ^

45a26b11 ^


fbb0f81f ^
30b5f112 ^
71679a31 ^

fbb0f81f ^
45a26b11 ^
fbb0f81f ^
45a26b11 ^
fbb0f81f ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
fbb0f81f ^

fbb0f81f ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

fbb0f81f ^
b21edfaa ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79