rebash
Scripting framework
A bash scripting framework providing a modular system with built-in logging, error handling, and testing tools for writing more maintainable and transparent scripts.
ReBash - bash scripting library/framework
74 stars
7 watching
10 forks
Language: Shell
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
odb/shml | A shell framework providing a simple way to add style and functionality to terminal scripts without memorizing complex control sequences. | 444 |
shellfire-dev/shellfire | A framework for building modular shell scripts with reusable functions and standardized data formats | 1,203 |
mindaugasbarysas/bashwithnails | A bash framework for managing and loading modular code with features like namespaces and weak OOP support. | 34 |
bing0o/bash_scripting | A collection of bash scripts for automation, reconnaissance, and exploitation of network systems | 181 |
rerun/rerun | A framework to organize shell scripts into modular automation and provide tools for module development and execution | 458 |
noid11/bash-guide | A comprehensive guide to learning Bash shell scripting covering basic operations, file management, and more | 4 |
zdharma-continuum/zflai | A fast and efficient logging framework for zsh shell scripts with optional backend integration to various databases. | 3 |
doumanash/roseline.rs | A bot framework for managing hooks and VN data in a structured way | 40 |
microsoft/clearscript | Makes it easy to add scripting to .NET applications by providing a library that supports several script engines and exposes resources without modification. | 1,778 |
denysdovhan/learnyoubash | A workshop to teach users how to use the terminal and write their first Bash script | 753 |
adoyle-h/lobash | A utility library designed to simplify Bash script development by providing modular functions with clear semantics and reducing implicit errors. | 373 |
abs-lang/abs | A language designed to combine the benefits of scripting languages like Python and Ruby with the convenience of Bash for terminal scripting. | 522 |
omergulen/bash-guide | A comprehensive guide to bash scripting and shell basics | 279 |
joknarf/redo | An interactive history menu for bash and zsh to edit and execute previous commands | 4 |
rpav/scriptl | Allows live coding of shell commands in a Lisp-like way, enabling dynamic execution of scripts without having to write separate code for each command. | 73 |