Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gadenbuie/shrtcts
- Owner: gadenbuie
- License: other
- Created: 2020-05-01T04:23:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T03:14:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T22:29:41.183Z (20 days ago)
- Topics: addins-menu, keyboard-shortcuts, rstudio, rstudio-addin, rstudio-shortcut, shortcuts
- Language: R
- Homepage: https://pkg.garrickadenbuie.com/shrtcts/
- Size: 1.03 MB
- Stars: 119
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
- 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
**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"}
```