Expand description
Run path-specific (shell) scripts without the need to modify PATH
.
Modules§
- config
- Devscripts configuration data structures
Structs§
- Config
- Main configuration data structure for devscripts.
Enums§
Functions§
- all_
scripts - Get names of all available scripts.
- find_
script - Search for a script file in the configured paths and return its path if found.
- run
- Run a certain script with additional
args
. - script_
exists - Returns whether a certain script exists. Returns
false
when errors occur.