about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-16 02:40:35 +0200
committerhut <hut@lavabit.com>2009-07-16 02:40:35 +0200
commit32b977a69c2f18ac3ea96cb6a187c4ee4100f1a4 (patch)
tree8bf9db4032b79dc3952f31a0461cf24198203394
parentdaae3368e48e31690f5487ee924753d1036c898a (diff)
downloadranger-32b977a69c2f18ac3ea96cb6a187c4ee4100f1a4.tar.gz
things to do
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index bf40a79c..7c745987 100644
--- a/TODO
+++ b/TODO
@@ -2,10 +2,13 @@ a key that moves through the files in a certian order, like creation-time, newes
 if the directory content changes, eg files are deleted, delete those files from selection as well.
 device is busy even if youre not on the device :<?
 specify flags at data/types.rb
-add a switch for *.xyz.part -> *.xyz
 colors & attributes in help
 throbber
 undo!!
 Debug module as an IO stream, for redirection of STDERR
 consider using optparse
 build an abstract layer for the file system, so you can replace it with ftp or ssh easily
+clear key buffer after executing programs. you may have typed something after the program stopped reading
+allow to change rights and owners easily
+allow using sudo somehow
+when deleting write-protected files, `rm` asks questions but you can't answer them
/akkartik/mu/blame/html/092write-int.subx.html?h=hlt&id=0ca3aa4acce4f5a1378f87754761197673cdd6db'>^
2104d1a7 ^
b1635a5c ^
4a4a392d ^











6070c23e ^
4a4a392d ^










b1635a5c ^
4a4a392d ^









fa786ea7 ^
4a4a392d ^






















8fa32599 ^
4a4a392d ^







8aeb85f0 ^
4a4a392d ^



















8fa32599 ^
4a4a392d ^






8fa32599 ^
4a4a392d ^







8aeb85f0 ^
4a4a392d ^





68dff526 ^



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
80
81
82
83
84
85
86
87
88
89
90
91
92
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
138
139
140
141
142
143
144
145
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