#plugin #bash #bash-plugin-rs

hello_bash_plugin

test crate for bash_plugin_rs

1 unstable release

0.1.0 Mar 22, 2019

#117 in #bash

GPL-3.0-or-later

38KB
149 lines

bash_plugin_rs

rust bindings to create bash plugins

This crate lets you build shared libraries, which can be loaded from within bash and used as super fast internal commands.

enable -f <LIBRARY> <COMMAND>

For examples look at the examples/tests of the git repository.

License: GPL-3.0-or-later

Dependencies

~0–1.9MB
~37K SLoC