-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
78 lines (48 loc) · 2.42 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[emo]: https://github.com/hadley/emo
[DT]: https://rstudio.github.io/DT
[clipr]: https://github.com/mdlincoln/clipr
[devtools]: https://github.com/r-lib/devtools
[miniUI]: http://shiny.rstudio.com/articles/gadget-ui.html
[addinlist]: https://github.com/daattali/addinslist
# ermoji
Search, find and copy emojis inside RStudio.
Basically a [DT] + [clipr] + [miniUI] wrapper around [hadley/emo][emo].
**Why?** Because `r "\U1F913"`. But also because I wanted an easy way to find the Unicode strings for emoji.
## Installation
Install **ermoji** with [devtools]
``` r
devtools::install_github("gadenbuie/ermoji")
```
Or install using Dean Attali's [addinlist].
## Usage
Open *Search and Copy Emoji* from the RStudio Addins dropdown.
<img src="man/figures/addins-list.png" width="200px">
Pick your emoji and use the "Copy" buttons to copy the emoji to your clipboard.
### Browse the Emoji List
<img src="man/figures/example-browse.png" width="400px" style="border: solid 1px black">
### Search for Emoji
You can use regular expressions to search for any text in the table of emoji.
<img src="man/figures/example-global-search.png" width="400px" style="border: solid 1px black">
### Search *by Emoji*
You can even search *by emoji* by pasting your emoji into the search field.
<img src="man/figures/example-emoji-search.png" width="400px" style="border: solid 1px black">
### Search in Specific Columns
Search inside individual columns for more specific emoji finding.
<img src="man/figures/example-column-search.png" width="400px" style="border: solid 1px black">
***
**ermoji** was built by [Garrick Aden-Buie](https://www.garrickadenbuie.com) ([@grrrck](https://twitter.com/grrrck)).
Built on the shoulders of giants. Thanks to Hadley Wickham for [emo], Yihui Xie and RStudio for [DT], Matthew Lincoln for [clipr]. Thanks to [r-lib](https://github.com/r-lib) for `devtools` and `usethis` — from idea to package in 60 minutes.
Find more great RStudio addins on the [addinlist], like my other addin [regexplain](https://github.com/gadenbuie/regexplain).
Feel free to [file an issue](https://github.com/gadenbuie/ermoji/issues) if you find a bug -- or better yet, submit a pull request!