From 2b5ec34372745361d51db89e5d31df6d00f95c0a Mon Sep 17 00:00:00 2001 From: Brian Chu Date: Sun, 21 Feb 2021 00:24:08 -0800 Subject: add niceties - git ignore all emacs artifacts - license under BSD 0-clause - instructions and description in README --- .gitignore | 1 + LICENSE | 5 +++++ README | 10 ++++++++++ 3 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4e5f6c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a5b13d1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +Copyright (C) 2021 by Brian Chu + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..3f65003 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +# Sarcasticizer + +This is a very basic program I wrote because I was frustrated with trying to type out the Spongebob "AaaAAaAauuGGa" +style of text and feeling like I wasn't being truly random enough. Also, it's very time-consuming to do it by hand. +I felt that it would be easier to write a quick program to do it for me because computers do be kinda cool tbh :) + +## Installation +This is a fast and dirty script I tossed together in like 20 minutes flat and honestly I don't know why I'm +spending so much time on this README. That being said, place this in your ~/bin directory and make sure your $PATH +is able to reach it. \ No newline at end of file -- cgit 1.4.1-2-gfad0