about summary refs log tree commit diff stats
path: root/TODO
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-17 19:46:03 +0200
committerhut <hut@lavabit.com>2009-07-17 19:46:03 +0200
commit54e81304e90afb9f05181a9279f8ed9f40bb34e0 (patch)
tree18f8ff15fdd9b26040421a981158653cfc807ae2 /TODO
parentb669e804c534c298a7cd9da69819a2d648c4fdd9 (diff)
downloadranger-54e81304e90afb9f05181a9279f8ed9f40bb34e0.tar.gz
just some formatting in TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 11 insertions, 11 deletions
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