Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidcelis/b4bd67e9e7c0523b61d5256612844744 to your computer and use it in GitHub Desktop.
Save davidcelis/b4bd67e9e7c0523b61d5256612844744 to your computer and use it in GitHub Desktop.
$ ghi -vv show 273 -- stephencelis/ghi
===> GET /repos/stephencelis/ghi/issues/273
<=== 200: {
"url": "https://api.github.com/repos/stephencelis/ghi/issues/273",
"repository_url": "https://api.github.com/repos/stephencelis/ghi",
"labels_url": "https://api.github.com/repos/stephencelis/ghi/issues/273/labels{/name}",
"comments_url": "https://api.github.com/repos/stephencelis/ghi/issues/273/comments",
"events_url": "https://api.github.com/repos/stephencelis/ghi/issues/273/events",
"html_url": "https://github.com/stephencelis/ghi/issues/273",
"id": 129930467,
"number": 273,
"title": "Feature request: emoji ",
"user": {
"login": "orestes",
"id": 618107,
"avatar_url": "https://avatars.githubusercontent.com/u/618107?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/orestes",
"html_url": "https://github.com/orestes",
"followers_url": "https://api.github.com/users/orestes/followers",
"following_url": "https://api.github.com/users/orestes/following{/other_user}",
"gists_url": "https://api.github.com/users/orestes/gists{/gist_id}",
"starred_url": "https://api.github.com/users/orestes/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/orestes/subscriptions",
"organizations_url": "https://api.github.com/users/orestes/orgs",
"repos_url": "https://api.github.com/users/orestes/repos",
"events_url": "https://api.github.com/users/orestes/events{/privacy}",
"received_events_url": "https://api.github.com/users/orestes/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/stephencelis/ghi/labels/feature",
"name": "feature",
"color": "bfd4f2"
},
{
"url": "https://api.github.com/repos/stephencelis/ghi/labels/help%20wanted",
"name": "help wanted",
"color": "5319e7"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 2,
"created_at": "2016-01-30T02:30:25Z",
"updated_at": "2016-02-03T21:03:58Z",
"closed_at": null,
"pull_request": {
"url": null,
"html_url": null,
"diff_url": null,
"patch_url": null
},
"body": "Loving it so far.\r\nSome of the tools I use create PRs and add emojis to them. Right now ghi displays them like this:\r\n\r\n```\r\n 10: Update mocha to version 2.4.5 <U+1F680> 1 ↑\r\n 9: Update chai to version 3.5.0 <U+1F680> 1 ↑\r\n 8: Update mocha to version 2.4.4 <U+1F680> 1 ↑\r\n 7: Update mocha to version 2.4.3 <U+1F680> 1 ↑\r\n 6: Update mocha to version 2.4.2 <U+1F680> ↑\r\n 5: Update mocha to version 2.4.1 <U+1F680> 1 ↑\r\n 4: Update commitizen to version 2.5.0 <U+1F680> 1 ↑\r\n 3: Update istanbul to version 0.4.2 <U+1F680> 1 ↑\r\n 2: Get a specific number of aliases\r\n 1: Remove commitizen warnings\r\n```\r\n\r\nIt'd be awesome to get emojis in the terminal.",
"closed_by": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment