Skip to content

FictionModule[]

Default modules array containing module name and path to it’s index

Fiction uses own module loader to load supported modules in ${FICTION_PATH}/modules directory and inserts their absolute path into array

Terminal window
FictionModule["${name}"]="${fullpath}"
module namedescriptiondirectory namefilename
acceptbash’s accept loadable, used for bash core as network managermodules/acceptmodules/accept/accept
uiOfficial example UI library for Fictionmodules/uimodules/ui/index.sh
bashxbashx transpiler for Fictionmodules/bashxmodules/bashx/bashx

Modules Loader doesn’t support custom modules loading, but you can add own module into FictionModule[] to later load it using it’s path manually.