{"url":"https://api.github.com/repos/nushell/nushell/issues/3457","repository_url":"https://api.github.com/repos/nushell/nushell","labels_url":"https://api.github.com/repos/nushell/nushell/issues/3457/labels{/name}","comments_url":"https://api.github.com/repos/nushell/nushell/issues/3457/comments","events_url":"https://api.github.com/repos/nushell/nushell/issues/3457/events","html_url":"https://github.com/nushell/nushell/pull/3457","id":898003484,"node_id":"MDExOlB1bGxSZXF1ZXN0NjQ5OTMwMTI1","number":3457,"title":"add addition characters that can be hard to work with in nushell","user":{"login":"fdncred","id":343840,"node_id":"MDQ6VXNlcjM0Mzg0MA==","avatar_url":"https://avatars.githubusercontent.com/u/343840?v=4","gravatar_id":"","url":"https://api.github.com/users/fdncred","html_url":"https://github.com/fdncred","followers_url":"https://api.github.com/users/fdncred/followers","following_url":"https://api.github.com/users/fdncred/following{/other_user}","gists_url":"https://api.github.com/users/fdncred/gists{/gist_id}","starred_url":"https://api.github.com/users/fdncred/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fdncred/subscriptions","organizations_url":"https://api.github.com/users/fdncred/orgs","repos_url":"https://api.github.com/users/fdncred/repos","events_url":"https://api.github.com/users/fdncred/events{/privacy}","received_events_url":"https://api.github.com/users/fdncred/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"closed","locked":false,"assignees":[],"milestone":null,"comments":0,"created_at":"2021-05-21T12:36:27Z","updated_at":"2021-05-21T13:04:52Z","closed_at":"2021-05-21T13:04:48Z","assignee":null,"author_association":"CONTRIBUTOR","issue_field_values":[],"type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/nushell/nushell/pulls/3457","html_url":"https://github.com/nushell/nushell/pull/3457","diff_url":"https://github.com/nushell/nushell/pull/3457.diff","patch_url":"https://github.com/nushell/nushell/pull/3457.patch","merged_at":"2021-05-21T13:04:48Z"},"body":"added these to the `char` command:\r\n```rust\r\n\"pipe\" => Some('|'.to_string()),\r\n\"left_brace\" | \"lbrace\" => Some('{'.to_string()),\r\n\"right_brace\" | \"rbrace\" => Some('}'.to_string()),\r\n\"left_paren\" | \"lparen\" => Some('('.to_string()),\r\n\"right_paren\" | \"rparen\" => Some(')'.to_string()),\r\n\"left_bracket\" | \"lbracket\" => Some('['.to_string()),\r\n\"right_bracket\" | \"rbracket\" => Some(']'.to_string()),\r\n```","closed_by":{"login":"fdncred","id":343840,"node_id":"MDQ6VXNlcjM0Mzg0MA==","avatar_url":"https://avatars.githubusercontent.com/u/343840?v=4","gravatar_id":"","url":"https://api.github.com/users/fdncred","html_url":"https://github.com/fdncred","followers_url":"https://api.github.com/users/fdncred/followers","following_url":"https://api.github.com/users/fdncred/following{/other_user}","gists_url":"https://api.github.com/users/fdncred/gists{/gist_id}","starred_url":"https://api.github.com/users/fdncred/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fdncred/subscriptions","organizations_url":"https://api.github.com/users/fdncred/orgs","repos_url":"https://api.github.com/users/fdncred/repos","events_url":"https://api.github.com/users/fdncred/events{/privacy}","received_events_url":"https://api.github.com/users/fdncred/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/nushell/nushell/issues/3457/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/nushell/nushell/issues/3457/timeline","performed_via_github_app":null,"state_reason":null}