TBR: Fix project list format.

Display the name and remote independantly, not the key.

Change-Id: I075721ba640f6fc3ac45b09de83c7205ef08893f
diff --git a/project.go b/project.go
index fa2e77b..ea94798 100644
--- a/project.go
+++ b/project.go
@@ -108,7 +108,7 @@
 				continue
 			}
 		}
-		fmt.Fprintf(jirix.Stdout(), "project-key=%q path=%q\n", key, state.Project.Path)
+		fmt.Fprintf(jirix.Stdout(), "name=%q remote=%q path=%q\n", state.Project.Name, state.Project.Remote, state.Project.Path)
 		if branchesFlag {
 			for _, branch := range state.Branches {
 				s := "  "