A simple script to centralize and document frequently used commands for projects.
Go to file
mitchell e3f1ed12fa Add example alias configurations 2020-10-05 22:00:05 -04:00
LICENSE Add LICENSE and README.md, and update run scripts comments 2020-09-29 01:45:47 -04:00
README.md Add LICENSE and README.md, and update run scripts comments 2020-09-29 01:45:47 -04:00
run Add example alias configurations 2020-10-05 22:00:05 -04:00

README.md

run(.fish)

This repo contains my run(.fish) script. It serves as a central place to store and document commands related to a project. It was written with the KISS principle at the forefront of my mind. New versions will only ever be simple enough to understand almost immediately.

In this repo is a hello world example. You can just copy this script to your repo and replace it's command functions with your own. You're encouraged to modify it to your needs, but I urge you to keep the KISS principle in mind as well. Shell scripts have a way of getting away from you (who knew?).