Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

devrc shell plugin

Crates.ioCrates.ioCISecurity auditMinimum supported Rust versionLines Of CodeLICENSE

Overview

Demo devrc plugin for performing tasks in the system shell.

Installation

To install devrc-plugin-system-shell, you can download a pre-compiled binary, or you can compile it from source.

Compile from sources

GitHubGitHub

Clone the repository and change it to your working directory.

git clone https://github.com/devrc-hub/devrc-plugin-system-shell.git
cd devrc-plugin-system-shell
rustup update stable
cargo build --release --out-dir /path/to/artifacts

Binary Releases

Binary releases are available in the github releases page for macOS, and Linux targets.
The following binaries are available for each release:

  • x86_64-unknown-linux-musl
  • x86_64-unknown-linux-gnu
  • x86_64-apple-darwin

Usage

Add the path to the compiled plugin to your devrc file.

devrc_config:
interpreter:
runtime: system-shellargs: ["-c"]options:
shell: zshplugins:
system-shell: ./path/to/plugin.{so,dylib}task:
desc: "system shell "run: | echo "Hello world"

About

system shell plugin for devrc

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages