All Projects → pat-s → alfred-r

pat-s / alfred-r

Licence: MIT license
#rstats Alfred workflow

Projects that are alternatives of or similar to alfred-r

alfred-chrome-history
Alfred workflow for Chrome history
Stars: ✭ 35 (-2.78%)
Mutual labels:  alfred, alfred-workflow
alfred-mac-osx-sharing
Alfred workflow to use Mac OS X sharing services
Stars: ✭ 19 (-47.22%)
Mutual labels:  alfred, alfred-workflow
alfred-workflow-zoom-meetings
Join a Zoom meeting without the link opening in your browser.
Stars: ✭ 45 (+25%)
Mutual labels:  alfred, alfred-workflow
alfred-postcss-workflow
Alfred App Workflow for https://www.postcss.parts
Stars: ✭ 14 (-61.11%)
Mutual labels:  alfred, alfred-workflow
alfred-network-location
List, filter and activate network locations from within Alfred
Stars: ✭ 31 (-13.89%)
Mutual labels:  alfred, alfred-workflow
alfred-browser-tabs
🔍 Search browser tabs from Chrome, Brave, Safari, etc..
Stars: ✭ 302 (+738.89%)
Mutual labels:  alfred, alfred-workflow
Efficient-office
Alfred-Workflows,Vim,Script,Mac
Stars: ✭ 36 (+0%)
Mutual labels:  alfred, alfred-workflow
Chrome Bookmarks Alfred Workflow
Chrome/Canary/Chromium/Microsoft Edge bookmarks search workflow for Alfred
Stars: ✭ 241 (+569.44%)
Mutual labels:  alfred, alfred-workflow
adb-alfred
adb alfred - all in one
Stars: ✭ 60 (+66.67%)
Mutual labels:  alfred, alfred-workflow
alfred-ip-address-workflow
Alfred 5 workflow for getting your local and external IP addresses.
Stars: ✭ 163 (+352.78%)
Mutual labels:  alfred, alfred-workflow
wipfred
🚧Manage your wip.chat todos with alfred
Stars: ✭ 23 (-36.11%)
Mutual labels:  alfred, alfred-workflow
alfred-craftdocs
Note searching for Craft Docs using Alfred
Stars: ✭ 38 (+5.56%)
Mutual labels:  alfred, alfred-workflow
Alfred Searchio
Alfred workflow to auto-suggest search results from multiple search engines and languages.
Stars: ✭ 250 (+594.44%)
Mutual labels:  alfred, alfred-workflow
alfred-deepl
Utilize DeepL api translator.
Stars: ✭ 19 (-47.22%)
Mutual labels:  alfred, alfred-workflow
Alfred Repos
Browse, search and open Git repositories in Alfred
Stars: ✭ 244 (+577.78%)
Mutual labels:  alfred, alfred-workflow
alfred-anki
Create New Cards into any decks with any "Note Type".
Stars: ✭ 42 (+16.67%)
Mutual labels:  alfred, alfred-workflow
Search Omnifocus
Alfred workflow that allows free text searching of OmniFocus tasks
Stars: ✭ 231 (+541.67%)
Mutual labels:  alfred, alfred-workflow
Google Alfred3 Workflow
🎉 The missing Alfred 3 Workflow for searching google.
Stars: ✭ 241 (+569.44%)
Mutual labels:  alfred, alfred-workflow
alfred-figlet
🔠 Alfred 3 workflow to asciify plain text using figlet.js
Stars: ✭ 16 (-55.56%)
Mutual labels:  alfred, alfred-workflow
Coinc
💰💱Alfred Workflow for currencies conversion
Stars: ✭ 38 (+5.56%)
Mutual labels:  alfred, alfred-workflow

alfred-r

Alfred workflow for R

Installation

Download the latest version of r.alfredworklow from the GitHub release page. (Auto-updating is not yet supported)

Command Description

r cran *

r gh *

  • r gh <package>: Opens the GitHub website for a given R package (if one exists)
  • r gha <package>: Opens the GitHub Actions website for a given R package (if one exists)
  • r ghi <package>: Opens the GitHub Issues pane for a given R package (if one exists)
  • r ghp <package>: Opens the GitHub Pull Request pane for a given R package (if one exists)

r switch *

  • r switch <R version>: Switch to a different R version (if installed)
  • r switch install: Opens the website for downloading RSwitch.app

r package *

  • r package update all: Update all installed R packages in the background (via remotes::update_packages(upgrade = "always"))
  • r package install: Install a given R package in the background (via install.packages())
  • r package news: Install a given R package in the background (via install.packages())

r install *

  • r install <version>: Installs or updates a specific R (minor) version (e.g. 4.0) via the official R installer (not homebrew). Currently only R >= 4.0 is supported.
  • r install dev: Installs or updates R-devel via the official R installer (not homebrew)

r rstudio *

  • r rstudio release: Install/Update RStudio release via brew cask reinstall rstudio
  • r rstudio preview: Install/Update RStudio preview via brew cask reinstall rstudio-preview
  • r rstudio daily: Install/Update RStudio daily via brew cask reinstall rstudio-daily

r radian *

Misc

  • r home: Open $R_HOME in Finder
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].