Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gadenbuie/shrtcts

Make Anything an RStudio Shortcut
https://github.com/gadenbuie/shrtcts

addins-menu keyboard-shortcuts rstudio rstudio-addin rstudio-shortcut shortcuts

Last synced: 7 days ago
JSON representation

Make Anything an RStudio Shortcut

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
Sys.setenv(IN_README = "TRUE")
```

[fs::path_home_r()]: https://fs.r-lib.org/reference/path_expand.html
[fs::path_home()]: https://fs.r-lib.org/reference/path_expand.html
[add_rstudio_shortcuts()]: https://pkg.garrickadenbuie.com/shrtcts/reference/add_rstudio_shortcuts.html
[list_shortcuts()]: https://pkg.garrickadenbuie.com/shrtcts/reference/list_shortcuts.html
[locate_shortcuts_source()]: https://pkg.garrickadenbuie.com/shrtcts/reference/paths.html

# shrtcts

**shrtcts** lets you make anything an RStudio shortcut!

## Installation

You can install `shrtcts` from [GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("gadenbuie/shrtcts")
```

```{r child="man/fragments/shrtcts-quick-start.Rmd"}
```