A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/RTagBot/cliff below:

randy3k/cliff: Execute command line programs interactively

Execute Command Line Programs Interactively

Github: https://github.com/randy3k/cliff

Documentation: https://randy3k.github.io/cliff

Execute command line programs and format results for interactive use. It is based on the package ‘processx’ so it does not use shell to start up the process like system() and system2(). It also provides a simpler and cleaner interface than processx::run().

You can install the released version of cliff from CRAN with:

install.packages("cliff")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("randy3k/cliff")
git <- function(...) cliff::run("git", ...)

git("log", git("rev-parse", "--abbrev-ref", "HEAD"), "-n1")
## commit 4e877ae133e77889513e7b56519eb6ec3062a768
## Author: Randy Lai <randy.cs.lai@gmail.com>
## Date:   Sat Nov 6 15:31:23 2021 -0700
## 
##     Update docs

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4