Helper scripts
This is a collection of personal scripts that provide some help with the FHIR IG publisher as well as git repositories generally.
IG publisher
- Clean out various directories within the IG repository (such as txCache etc) - publisher_clean.sh
- Clean out the user
.fhir/
directory - TODO - Invoke an auto-build, assuming that has been set up (refer to auto-builder instructions) - invoke_repo_build.sh
- Check version numbers of the various IG publisher dependencies (eg ruby, python, jekyll etc) - version_checker.sh
- Save the key outputs for later viewing, in case the publisher doesn't run and the output folder is then empty - save_last_publisher_output.sh
- A collection of bash aliases for the IG publisher - igpublisher_aliases
Git helpers
- Count a repositories commits by user - count_commits.sh
- A live git log output (refreshes every 5 sec) - gitloglive.sh
- A live git status output (refreshes every 5 sec) - gitstatuslive.sh
- A collection of bash aliases for git - git_aliases
All of these scripts are most useful on the command line when aliased, eg
alias pc='/c/work/scripts/publisher_clean.sh'