Helper functions that can be sourced independently. Only use what you need.
There are two scripts in the repo root that can be used to install the shell functions:
The first command should be pretty self-explanatory. The later command accepts a list of functions to install.
Install all functions:
$ . source-all.sh
Sourcing all functions
Sourced function: recursive-gitconfig/recursive-gitconfig.sh
Sourced function: standup/standup.shInstall 3 functions, including one that doesn't exist. The script will log these errors to stderr and continue on.
$ . source-functions.sh standup recursive-gitconfig fake-function-to-error
Sourcing functions: standup recursive-gitconfig fake-function-to-error
Sourced function: standup
Sourced function: recursive-gitconfig
Function not found: fake-function-to-error- recursive-gitconfig: Recurse parents dirs to find the nearest gitconfig
- standup: Extracts standup text from YAML journal and copies it to the clipboard