Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.59 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.59 KB

Scripts

These are some of the scripts I use in development, mostly written in Bash or Python.


upDoc

A CLI updates doctor

upDoc is a simple script to update a variety of my configs at the same time. It's still an early version that needs to be slimmed down and better adapted for scaling, but it works by running a series of updates, recording the results (pass/fail) for each process in a temporary file, and displaying final results. Eventually this will be run as a cron/launchd job to fully automate the process.

Screenshot of OMGWDYD script on CLI

Screenshot of OMGWDYD script on CLI

Clear Caches

This is a simple script written in Bash to clear out user and system caches through the CLI. See the script here.

Screenshot of clear_cache script on CLI

Bash Header Generator

This is a bash script for writing bash scripts. Upon execution it creates an interactive prompt to generate meta information for a bash script header. Original source here. See the script here.

Screenshot of make_headers script on CLI

Screenshot of make_headers script on CLI