diff options
author | Brian Chu <brianmchu42@gmail.com> | 2021-02-21 00:24:08 -0800 |
---|---|---|
committer | Brian Chu <brianmchu42@gmail.com> | 2021-02-21 00:24:08 -0800 |
commit | 2b5ec34372745361d51db89e5d31df6d00f95c0a (patch) | |
tree | 27db61d55734dab4ee830280042680f4823767f0 /README | |
parent | 49ca9728b7d0d5ba4eb31d9ef3fbfaed3f66a7ea (diff) | |
download | sarcasticizer-2b5ec34372745361d51db89e5d31df6d00f95c0a.tar.gz |
add niceties
- git ignore all emacs artifacts - license under BSD 0-clause - instructions and description in README
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
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 |