You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

clientapps.json 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. [
  2. {
  3. "name": "Git",
  4. "title": "Git",
  5. "description": "a fast, open-source, distributed VCS",
  6. "legal": "released under the GPLv2 open source license",
  7. "command": "git clone ${repoUrl}",
  8. "productUrl": "http://git-scm.com",
  9. "icon": "git-black_32x32.png",
  10. "isActive": true
  11. },
  12. {
  13. "name": "Barnum",
  14. "title": "Barnum",
  15. "description": "a command-line Git companion for Gitblit Tickets",
  16. "legal": "released under the Apache 2.0 License",
  17. "command": "pt clone ${repoUrl}",
  18. "productUrl": "http://barnum.gitblit.com",
  19. "transports": [ "ssh" ],
  20. "icon": "barnum_32x32.png",
  21. "isActive": false
  22. },
  23. {
  24. "name": "SmartGit/Hg",
  25. "title": "syntevo SmartGit/Hg\u2122",
  26. "description": "a Git client for Windows, Mac, & Linux",
  27. "legal": "\u00a9 2013 syntevo GmbH. All rights reserved.",
  28. "cloneUrl": "smartgit://cloneRepo/${repoUrl}",
  29. "productUrl": "http://www.syntevo.com/smartgithg",
  30. "platforms": [ "windows", "macintosh", "linux" ],
  31. "icon": "smartgithg_32x32.png",
  32. "isActive": true
  33. },
  34. {
  35. "name": "SourceTree",
  36. "title": "Atlassian SourceTree\u2122",
  37. "description": "a free Git client for Windows or Mac",
  38. "legal": "\u00a9 2013 Atlassian. All rights reserved.",
  39. "cloneUrl": "sourcetree://cloneRepo/${repoUrl}",
  40. "productUrl": "http://sourcetreeapp.com",
  41. "platforms": [ "windows", "macintosh" ],
  42. "icon": "sourcetree_32x32.png",
  43. "isActive": true
  44. },
  45. {
  46. "name": "Tower",
  47. "title": "fournova Tower\u2122",
  48. "description": "a Git client for Mac",
  49. "legal": "\u00a9 2013 fournova Software GmbH. All rights reserved.",
  50. "cloneUrl": "gittower://openRepo/${repoUrl}",
  51. "productUrl": "http://www.git-tower.com",
  52. "platforms": [ "macintosh" ],
  53. "icon": "tower_32x32.png",
  54. "isActive": true
  55. },
  56. {
  57. "name": "GitHub",
  58. "title": "GitHub\u2122 for Mac",
  59. "description": "a free Git client for Mac OS X",
  60. "legal": "\u00a9 2013 GitHub. All rights reserved.",
  61. "cloneUrl": "github-mac://openRepo/${repoUrl}",
  62. "productUrl": "http://mac.github.com",
  63. "transports": [ "http", "https" ],
  64. "platforms": [ "macintosh" ],
  65. "icon": "github_32x32.png",
  66. "isActive": true
  67. },
  68. {
  69. "name": "GitHub",
  70. "title": "GitHub\u2122 for Windows",
  71. "description": "a free Git client for Windows",
  72. "legal": "\u00a9 2013 GitHub. All rights reserved.",
  73. "cloneUrl": "github-windows://openRepo/${repoUrl}",
  74. "productUrl": "http://windows.github.com",
  75. "transports": [ "http", "https" ],
  76. "platforms": [ "windows" ],
  77. "icon": "github_32x32.png",
  78. "isActive": true
  79. },
  80. {
  81. "name": "SparkleShare",
  82. "title": "SparkleShare\u2122",
  83. "description": "an open source collaboration and sharing tool",
  84. "legal": "released under the GPLv3 open source license",
  85. "cloneUrl": "sparkleshare://addProject/${baseUrl}/sparkleshare/${username}@${repository}.xml",
  86. "productUrl": "http://sparkleshare.org",
  87. "transports": [ "ssh" ],
  88. "platforms": [ "windows", "macintosh", "linux" ],
  89. "icon": "sparkleshare_32x32.png",
  90. "minimumPermission" : "RW+",
  91. "isActive": false
  92. },
  93. {
  94. "name": "TortoiseGit",
  95. "title": "TortoiseGit",
  96. "description": "Windows Shell Interface to Git",
  97. "legal": "released under the GPLv2 open source license",
  98. "cloneUrl": "tgit://clone/${repoUrl}",
  99. "productUrl": "http://www.tortoisegit.org",
  100. "platforms": [ "windows" ],
  101. "icon": "tortoise32.png",
  102. "isActive": true
  103. }
  104. ]