Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gadenbuie/ermoji
:man_shrugging: RStudio Addin to Search and Copy Emoji
https://github.com/gadenbuie/ermoji
emoji emoji-picker emoji-unicode rstudio rstudio-addin
Last synced: about 2 months ago
JSON representation
:man_shrugging: RStudio Addin to Search and Copy Emoji
- Host: GitHub
- URL: https://github.com/gadenbuie/ermoji
- Owner: gadenbuie
- License: other
- Created: 2018-04-24T15:59:32.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T02:09:47.000Z (over 3 years ago)
- Last Synced: 2024-10-14T22:29:31.612Z (about 2 months ago)
- Topics: emoji, emoji-picker, emoji-unicode, rstudio, rstudio-addin
- Language: R
- Homepage: https://www.garrickadenbuie.com/project/ermoji/
- Size: 701 KB
- Stars: 26
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gadenbuie/ermoji - :man_shrugging: RStudio Addin to Search and Copy Emoji (R)
README
---
output: github_document
---```{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.
Pick your emoji and use the "Copy" buttons to copy the emoji to your clipboard.
### Browse the Emoji List
### Search for Emoji
You can use regular expressions to search for any text in the table of emoji.
### Search *by Emoji*
You can even search *by emoji* by pasting your emoji into the search field.
### Search in Specific Columns
Search inside individual columns for more specific emoji finding.
***
**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!