Index: /applications/editors/josm/plugins/github
===================================================================
--- /applications/editors/josm/plugins/github	(revision 36254)
+++ /applications/editors/josm/plugins/github	(revision 36255)
@@ -14,4 +14,16 @@
   }
 }
+elsif(($ARGV[0]||'') eq 'status')
+{
+  my $dir = cwd();
+  for my $plugin (<$file>)
+  {
+    print($plugin);
+    chomp($plugin);
+    chdir($plugin);
+    system('git','status',$plugin);
+    chdir($dir);
+  }
+}
 else
 {
@@ -19,4 +31,5 @@
   for my $plugin (<$file>)
   {
+    print($plugin);
     chomp($plugin);
     chdir($plugin);
