Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/royasutton/bash-shift

Bash scripting high-level functions and tools library
https://github.com/royasutton/bash-shift

bash bash-lib bash-library bash-scripting bash-scripts

Last synced: about 1 month ago
JSON representation

Bash scripting high-level functions and tools library

Awesome Lists containing this project

README

        

# bash-shift
Bash scripting high-level functions and tools library.

This library uses an open source [shell script loader] to manage the
loading and inclusion of script components. The loader should be
installed at: lib/shell-script-loader/v0.2.2.

[shell script loader]: https://loader.sourceforge.io/overview

file | description
:---------------------------|:------------------------------------------------
bash_shift_init.bash | path names and loader initialization
common.bash | common helper functions
exception.bash | exceptions warning, errors, stack dump, functions
exit_stat.bash | command exit-code statistics functions
external_command.bash | external command management functions
file_utility.bash | file utility functions
hash_table.bash | hash table functions
menu_cdialog.bash | menu functions in bash
network_account.bash | network account functions
parse_cmd_line.bash | command line parsing functions
parse_conf_file.bash | configuration file parsing functions
print.bash | console message printing functions
print_textbox.bash | textbox printing function
terminal_utility.bash | terminal utility functions
text_utility.bash | text utility functions
variable_expansion.bash | variable expansion and substitution functions