Skip to content

bare.sh is a collection of bare bones shell scripts for simplifying various tasks such as API calls (OpenAI, Stripe, Postmark, etc), video and audio processing, and much more.

Notifications You must be signed in to change notification settings

matthewlarkin/bare.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bare

Bare is a collection of bash scripts designed to simplify workflow management. These scripts are crafted to resemble natural English commands, making them more intuitive to use. Adhering to the Unix philosophy, they accept input from stdin, output to stdout, and treat plaintext as the universal interface.

Bare scripts

The Bare system facilitates the use of bare scripts. These scripts are just bash scripts but primarily contain lines of Bare script expressions, which are executed in sequence. Each expression is a command that can be independently executed in the shell, but together they can be used to automate a more complex workflow, such as:

  1. intaking CSV data, producing a series of personalized emails
  2. logging the status to a file
  3. submitting that file to a manager upon completion

About

bare.sh is a collection of bare bones shell scripts for simplifying various tasks such as API calls (OpenAI, Stripe, Postmark, etc), video and audio processing, and much more.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages