about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rwxr-xr-xdata/generate.rb1
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")