#plugin #bash #shared #write

bash_plugin_rs

crate to write bash plugins

3 unstable releases

0.2.0 Sep 2, 2021
0.1.1 Mar 22, 2019
0.1.0 Mar 22, 2019

#101 in #bash

33 downloads per month
Used in hello_bash_plugin

GPL-3.0-or-later

35KB
116 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

No runtime deps

~0–1.7MB
~34K SLoC