.bashrc.d | Concept: Repository Index File Format
Currently I'm doing concept coding for using the repositories. The initial plan was to use JSON files but now I will use a simpler file format because using JSON Bash-only is unnecessary hard. The format will be a line and white-space orientated one, where a line is a script definition containing two parts, separated by a white space, first the name and second the (relative) path to the script file.
So now the file format looks like this:
script1 path/to/script.sh
script2 path/to/script.sh