diff options
author | hut <hut@lavabit.com> | 2009-06-22 00:43:14 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-06-22 00:43:14 +0200 |
commit | 5ecbaa7e7ffd7eddfc6deb25f45dd43124725508 (patch) | |
tree | 697d599fc10afcc1c467461d926a328cd6ce3a7a | |
parent | 9fa805cb490a666c813c7b2371728b5839976ad5 (diff) | |
download | ranger-5ecbaa7e7ffd7eddfc6deb25f45dd43124725508.tar.gz |
comments, todo
-rw-r--r-- | TODO | 1 | ||||
-rwxr-xr-x | data/generate.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO index b24deadc..8f32d53f 100644 --- a/TODO +++ b/TODO @@ -4,3 +4,4 @@ if the directory content changes, eg files are deleted, delete those files from 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 diff --git a/data/generate.rb b/data/generate.rb index c6038b3a..bc85b93b 100755 --- a/data/generate.rb +++ b/data/generate.rb @@ -1,4 +1,5 @@ #!/usr/bin/ruby +## Parses mime.types and creates mime.dat file = File.read(ARGV[0] || "mime.types") |