tools icon indicating copy to clipboard operation
tools copied to clipboard

collection of tools too small to deserve their own repo

Various Tools

This repository is a collection of tools too small to be worth managing as their own repo. Many of these originally started as an experiment_ or, before I started trying to organize my GitHub presence, as a couple-line repo I'd completely forgotten about.

  • 32-bit Ubuntu Docker Images_
  • CCTUI_
  • CSS UserStyles_
  • DDTUI_
  • Dockerized gcloud Pubsub Emulator_
  • Dockerized MySQLTuner_
  • Dockerized Nox_
  • Dockerized Tuning-Primer_
  • Slack Notifier_

Renovate

This repository also contains my Renovate_ configurations, which are shared across all my projects. You can grab the common "make it work for anything Kevin has done anywhere" config with:

.. code-block:: json

{
    "extends": ["github>thekevjames/tools"]
}

.. _32-bit Ubuntu Docker Images: https://github.com/TheKevJames/tools/tree/master/docker-ubuntu32 .. _CCTUI: https://github.com/TheKevJames/tools/tree/master/cctui .. _CSS UserStyles: https://github.com/TheKevJames/tools/tree/master/userstyles .. _DDTUI: https://github.com/TheKevJames/tools/tree/master/ddtui .. _Dockerized MySQLTuner: https://github.com/TheKevJames/tools/tree/master/docker-mysqltuner .. _Dockerized Nox: https://github.com/TheKevJames/tools/tree/master/docker-nox .. _Dockerized Tuning-Primer: https://github.com/TheKevJames/tools/tree/master/docker-tuning-primer .. _Dockerized gcloud Pubsub Emulator: https://github.com/TheKevJames/tools/tree/master/docker-gcloud-pubsub-emulator .. _Renovate: https://renovatebot.com/ .. _Slack Notifier: https://github.com/TheKevJames/tools/tree/master/slack-notifier .. _experiment: https://github.com/TheKevJames/experiments