about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-20 02:44:49 +0200
committerhut <hut@lavabit.com>2009-07-20 02:44:49 +0200
commitf01c1eb1a55ca71b3aaa0025174267a5f68ecfd4 (patch)
treea762390e9b9045d82dc976ab5b3a002bd51a9337
parente655b1dfd1a25c701e0596646f87cb182a67ea97 (diff)
downloadranger-f01c1eb1a55ca71b3aaa0025174267a5f68ecfd4.tar.gz
modified TODO
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2ca5a12c..ad3e0783 100644
--- a/TODO
+++ b/TODO
@@ -39,7 +39,7 @@ Features
    ( ) #2   09/07/17  throbber that shows activity
    ( ) #3   09/07/17  colors and attributes in help
    ( ) #6   09/07/17  allow use of sudo somehow
-   ( ) #7   09/07/17  allow to change rights and owners easily
+   (X) #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
    ( ) #11  09/07/17  specify flags at data/types.rb
@@ -49,9 +49,11 @@ Features
    ( ) #20  09/07/19  accelerate mouse wheel scrolling after a while
    ( ) #21  09/07/19  what about a CONSOLE
    ( ) #22  09/07/19  tab-completition for filenames
+   ( ) #25  09/07/20  a command for find . | grep xyz | less
 
 
 Aesthetics
 
    ( ) #4   09/07/17  consider using optparse
    ( ) #10  09/07/17  Debug module as an IO stream, for redirection of STDERR
+   ( ) #24  09/07/20  seperate filetype detection from main program