A simple script to centralize and document frequently used commands for projects.
Go to file
mitchel 977c4eea6e Add importable_sw.fish and add example to swim.fish 2020-10-28 18:35:14 -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
importable_sw.fish Add importable_sw.fish and add example to swim.fish 2020-10-28 18:35:14 -04:00
sw Change run func's name 2020-10-28 16:53:35 -04:00
swim.fish Add importable_sw.fish and add example to swim.fish 2020-10-28 18:35:14 -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?).