diff options
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO index 7eb7430a..422b908b 100644 --- a/TODO +++ b/TODO @@ -10,3 +10,4 @@ make sure the user doesn't accidently delete shit Debug module as an IO stream, for redirection of STDERR consider using optparse a special mode that prints the pwd at exit, for use with a bash alias like ranger='cd `ranger --specialmode`' +build an abstract layer for the file system, so you can replace it with ftp or ssh easily |