Bash shell scripts for common tasks such as text parsing and restructuring, large-scale git file initialization, etc.
-
Repository Initialization is for automating the process of converting scores of projects into well-documented git repositories. It contains
.sh
scripts for copyingCODE_OF_CONDUCT.md
andCONTRIBUTING.md
files into repos and text files which contain pseudo scripts for git processes such as cloning original seed repos from GitHub that could not be as easily automated in a full-fledged.sh
file, but which contained some replicable lines of code. -
Backslash to forward slash is for converting Microsoft DOS directory syntax to the more commonly used syntax
-
Natural Reader Text Preparation is for reducing large strings of general purpose text from sources such as articles, book chapters, etc. into syntax that reads more naturally for Natural Readers and doesn't omit sections, by minimizing newline characters to spaces for increased continuity of reading and removing encapsulating punctuation (i.e. "()[]{}<>") which causes Natural Reader to skip over content within these character pairs.
Kevin Baron