]> git.scottworley.com Git - picsort/commitdiff
'%' to see progress
authorScott Worley <scottworley@scottworley.com>
Sat, 1 Mar 2014 05:50:29 +0000 (21:50 -0800)
committerScott Worley <scottworley@scottworley.com>
Sat, 1 Mar 2014 05:50:29 +0000 (21:50 -0800)
picsorter.js

index fd8a8dca623e7483ab64896047c9fa0fe6181333..91febfa4ef73ad0fa655bb59c16573d0488b9128 100644 (file)
@@ -164,3 +164,4 @@ Mousetrap.bind('x', mark_deleted);
 Mousetrap.bind('X', mark_not_deleted);
 Mousetrap.bind('r', rotate);
 Mousetrap.bind('c', function() { $("#name").show().focus(); return false; });
+Mousetrap.bind('%', function() { say((100 * input_index / files.length).toFixed(2) + "%"); });