Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/royasutton/bash-shift
- Owner: royasutton
- License: gpl-3.0
- Created: 2024-11-15T17:56:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T19:04:57.000Z (about 2 months ago)
- Last Synced: 2024-11-15T20:18:06.756Z (about 2 months ago)
- Topics: bash, bash-lib, bash-library, bash-scripting, bash-scripts
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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