From 54e81304e90afb9f05181a9279f8ed9f40bb34e0 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 17 Jul 2009 19:46:03 +0200 Subject: just some formatting in TODO --- TODO | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 77b68227..48fb14d1 100644 --- a/TODO +++ b/TODO @@ -1,18 +1,18 @@ Critical Bugs ( ) #8 09/07/17 Clear keybuffer after executing programs. - > you may have typed something after the program stopped reading - > this could flush the text to ranger and result in unwanted actions + you may have typed something after the program stopped reading + this could flush the text to ranger and result in unwanted actions Minor Bugs ( ) #0 09/07/17 the device is busy even if you're not on the device ( ) #5 09/07/17 avoid using shell calls, it results in many problems - > can't answer questions of spawned processes - > specifically rm with write-protected files + can't answer questions of spawned processes + specifically rm with write-protected files ( ) #12 09/07/17 sync @marked with changes in on the file system - > if files are deleted, delete those from @marked too + if files are deleted, delete those from @marked too Features @@ -23,10 +23,10 @@ Features ( ) #6 09/07/17 allow use of sudo somehow ( ) #7 09/07/17 allow to change rights and owners easily ( ) #9 09/07/17 build an abstract layer for file system operations - > this would encourage the addition of ftp or ssh protocols + this would encourage the addition of ftp or ssh protocols ( ) #11 09/07/17 specify flags at data/types.rb ( ) #13 09/07/17 special keys for quick navigation - > cycle in a certain order, like creation-time, newest first. + cycle in a certain order, like creation-time, newest first. Aesthetics @@ -39,9 +39,9 @@ Required for next Release ( ) #1 09/07/17 undo key (work in progress) ( ) #5 09/07/17 avoid using shell calls, it results in many problems - > can't answer questions of spawned processes - > specifically rm with write-protected files + can't answer questions of spawned processes + specifically rm with write-protected files ( ) #8 09/07/17 Clear keybuffer after executing programs. - > you may have typed something after the program stopped reading - > this could flush the text to ranger and result in unwanted actions + you may have typed something after the program stopped reading + this could flush the text to ranger and result in unwanted actions ( ) #11 09/07/17 specify flags at data/types.rb -- cgit 1.4.1-2-gfad0 ed1a5220d5ce51414d80d9a7266f96b781a (plain) (blame)
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