Skip to content

Instantly share code, notes, and snippets.

View GingerGraham's full-sized avatar

Graham Watts GingerGraham

View GitHub Profile
@GingerGraham
GingerGraham / bash_logging.md
Last active March 18, 2025 12:42
Bash Logging

Bash Logging Module

A flexible, reusable logging module for Bash scripts that provides standardized logging functionality with various configuration options.

Features

  • Standard syslog log levels (DEBUG, INFO, WARN, ERROR, CRITICAL, etc.)
  • Console output with color-coding by severity
  • Optional file output
  • Optional systemd journal logging
@GingerGraham
GingerGraham / #Jekyll-Templates
Last active January 3, 2022 07:00
Jekyll Template Files
This gist includes the following sample files:
- _config.yml
- Gemfile
- template Markdown file with Front Matters
@GingerGraham
GingerGraham / .gitignore
Last active January 19, 2022 14:43
Repo Start Files
# -----------------------------------------------------------------
# .gitignore
# Forked from below source
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20181206
#
# From the root of your project run
# curl -O https://gist.githubusercontent.com/salcode/10017553/raw/.gitignore
# to download this file
@GingerGraham
GingerGraham / WindowsTerminalColourSchemes.json
Created May 22, 2020 21:41
Windows Terminal Colour Schemes
// Add custom color schemes to this array.
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
"schemes": [
{
"name" : "Campbell",
"background" : "#0C0C0C",
"black" : "#0C0C0C",
"blue" : "#0037DA",
"brightBlack" : "#767676",
"brightBlue" : "#3B78FF",