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: 3 months ago
JSON representation
Make Anything an RStudio Shortcut
- Host: GitHub
- URL: https://github.com/gadenbuie/shrtcts
- Owner: gadenbuie
- License: other
- Created: 2020-05-01T04:23:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T15:12:22.000Z (10 months ago)
- Last Synced: 2025-06-02T07:10:42.573Z (5 months ago)
- Topics: addins-menu, keyboard-shortcuts, rstudio, rstudio-addin, rstudio-shortcut, shortcuts
- Language: R
- Homepage: https://pkg.garrickadenbuie.com/shrtcts/
- Size: 1.97 MB
- Stars: 119
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gadenbuie/shrtcts - Make Anything an RStudio Shortcut (R)
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
[](https://github.com/gadenbuie/shrtcts/actions/workflows/R-CMD-check.yaml)
**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"}
```