Pinned Repositories
bash-script-template
A fully featured bash script template.
bash-snippets
A collection of bash snippets.
bash-spinner
Display a small progress spinner in bash while running your commands with optional message.
design-patterns
A collection of different development patterns.
ini-file-parser
A bash implementation of an ini (config) file parser.
os-detect
A script for working out what OS you are running on as some scripts need to be OS aware.
template-package-cli
A simple template for creating CLI based Python pacakges.
template-package-importable
A simple template for creating importable Python packages.
trapper
An error trapper plugin for helping to debug bash scripts.
validate-json
A bash script that will allow you to validate a JSON string.
Developers Toolbox's Repositories
DevelopersToolbox/ini-file-parser
A bash implementation of an ini (config) file parser.
DevelopersToolbox/bash-snippets
A collection of bash snippets.
DevelopersToolbox/bash-spinner
Display a small progress spinner in bash while running your commands with optional message.
DevelopersToolbox/bash-script-template
A fully featured bash script template.
DevelopersToolbox/os-detect
A script for working out what OS you are running on as some scripts need to be OS aware.
DevelopersToolbox/validate-json
A bash script that will allow you to validate a JSON string.
DevelopersToolbox/bash-colour-include
A script to create and export a set of variables which contain the 8 basic colours that can be displayed on most terminals.
DevelopersToolbox/draw-lines
A bash script that allows you to draw multiple different types of lines on the console.
DevelopersToolbox/ssl-expiry-gem
A simple ruby gem for checking when ssl certificates expire
DevelopersToolbox/template-python-project
A baseline for creating python projects for security projects.
DevelopersToolbox/trapper
An error trapper plugin for helping to debug bash scripts.
DevelopersToolbox/bash-colour-testcard
A script to display a table of colours based on the number of colours that your terminal is able to support.
DevelopersToolbox/bash-flock-wrapper
A bash script skeleton for creating scripts that can only run one instances at any given time by using flock.
DevelopersToolbox/check-prerequisites-package
Check prerequisite are meet for commands that need to be run.
DevelopersToolbox/convert-size-package
Convert between various sizes.
DevelopersToolbox/data-converter-package
A data converter package to convert data between JSON, YAML and XML.
DevelopersToolbox/design-patterns
A collection of different development patterns.
DevelopersToolbox/dockerhub-extractor-package
Extract container information for a given user in DockerHub.
DevelopersToolbox/draw-lines-package
A python package that allows you to draw multiple different types of lines on the console.
DevelopersToolbox/get-language-versions
Fetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages.
DevelopersToolbox/git-root
A VERY simple Ruby Gem to give the root of any git repository
DevelopersToolbox/notify-package
Provides a set of utility functions for printing formatted messages to the terminal
DevelopersToolbox/perl-snippets
A collection of Perl snippets.
DevelopersToolbox/php-snippets
A collection of PHP snippets.
DevelopersToolbox/profiles-config-package
A basic package for managing profile based configuration files.
DevelopersToolbox/pypi-extractor-package
Extract package information for a given user in PyPi.
DevelopersToolbox/python-snippets
A collection of Python snippets.
DevelopersToolbox/ruby-snippets
A collection of ruby snippets
DevelopersToolbox/template-package-cli
A simple template for creating CLI based Python pacakges.
DevelopersToolbox/template-package-importable
A simple template for creating importable Python packages.