-
-
Notifications
You must be signed in to change notification settings - Fork 17
Functions
Joey Turner edited this page Apr 11, 2024
·
4 revisions
A list of the heper function ie bash prosedures used in Jobs file.
Feature | Description | Credit | Reference | Documents | Status |
---|---|---|---|---|---|
set_runtime_variables | Run time varibales Migrated procedures from Armbian config. | Igor Pecovnik | Source | X | review |
see_function_table_md | Generate this markdown table of all module_options | Tearran | X | X | source link Needed |
show_menu | Display a menu from pipe | Joey Turner | Source | X | WIP |
generate_top_menu | Build the main menu from a object | Joey Turner | Source | X | review |
is_package_manager_running | Migrated procedures from Armbian config. | Igor Pecovnik | Source | X | review |
check_desktop | Migrated procedures from Armbian config. | Igor Pecovnik | Source | X | review |
generate_readme | Generate Document files. | Joey Turner | Source | X | review |
execute_command | Needed by generate_menu | Joey Turner | Source | X | review |
get_user_continue | Display a Yes/No dialog box and prosees continue/exit | Joey Turner | Source | X | review |
show_message | Display a message box | Joey Turner | Source | Document | Review |
connect_bt_interface | Migrated procedures from Armbian config. | Igor Pecovnik | Source | X | review |
set_safe_boot | Freeze/unhold Migrated procedures from Armbian config. | Igor Pecovnik | Source | X | review |
see_current_apt | Check when apt list was last updated | Joey Turner | Source | X | review |
check_if_installed | Migrated procedures from Armbian config. | Igor Pecovnik | Source | X | review |
generate_svg | Generate 'Armbian CPU logo' SVG for docunment file. | Tearran | Source | X | review |
check_ip_version | Check if a domain is reachable via IPv4 and IPv6 | Joey Turner | X | X | source link Needed |
set_header_remove | Migrated procedures from Armbian config. | Igor Pecovnik | Source | X | review |
generate_menu | Generate a submenu from a parent_id | Joey Turner | Source | X | review |
see_jq_menu_list | Generate a markdown list json objects using jq. | Tearran | Source | X | review |
generate_jobs_from_json | Generate jobs from JSON file. | Tearran | Source | X | review |
toggle_ipv6 | Toggle IPv6 on or off | Joey Turner | X | X | source link Needed |
generate_json | Generate JSON-like object file. | Tearran | Source | X | review |
set_colors | Change the background color of the terminal or dialoge box | Joey Turner | Source | X | review |
serve_doc | Serve the edit and debug server. | Tearran | Source | X | review |
show_infobox | pipe line strings to a infobox | Joey Turner | Source | X | review |
see_use | Show the usage of the functions. | Tearran | Source | X | review |
see_ping | Check the internet connection with fallback DNS | Joey Turner | Source | X | review |
get_user_continue_secure | Secure version of get_user_continue | Joey Turner | X | X | source link Needed |