Crate devscripts

Source
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§

RunError
Error type associated with the run() function.

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.