about summary refs log tree commit diff stats
path: root/sarcasticizer
diff options
context:
space:
mode:
authorBrian Chu <brianmchu42@gmail.com>2021-02-21 00:11:56 -0800
committerBrian Chu <brianmchu42@gmail.com>2021-02-21 00:11:56 -0800
commit49ca9728b7d0d5ba4eb31d9ef3fbfaed3f66a7ea (patch)
tree63c03bfb0973965d5f39511504652a6bdda95c38 /sarcasticizer
downloadsarcasticizer-49ca9728b7d0d5ba4eb31d9ef3fbfaed3f66a7ea.tar.gz
initial commit:
- implement basic functionality in Racket
- implement shell wrapper
Diffstat (limited to 'sarcasticizer')
-rwxr-xr-xsarcasticizer8
1 files changed, 8 insertions, 0 deletions
diff --git a/sarcasticizer b/sarcasticizer
new file mode 100755
index 0000000..eff6823
--- /dev/null
+++ b/sarcasticizer
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo "This is the sarcasticizer! It makes text lOoK LIkE thIs!"
+echo "What are you trying to mock today?"
+read input
+echo $input | ./main.rkt | xclip
+
+echo "Your sarcasm is now copied and ready to go! Middle click where you want to paste to get your snark on!"