-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added macOS compatibility #149
base: main
Are you sure you want to change the base?
Conversation
umm I thought someone already did that. Is tuxi is not running on mac? |
I tested $ tuxi unix time
sed: 1: ":a;N;$!ba;s/\n/ /g": unused label 'a;N;$!ba;s/\n/ /g'
sed: 1: ":a;N;$!ba;s/\n/ /g;s/nu ...": unused label 'a;N;$!ba;s/\n/ /g;s/null/\n/g'
usage: paste [-s] [-d delimiters] file ...
---
Unix time is a system for describing a point in
time. It is the number of seconds that have elapsed
since the Unix epoch, minus leap seconds; the Unix epoch
is 00:00:00 UTC on 1 January 1970; leap ...
--- Since we added the "Learn to pronounce" scraper in #152, we can see that the |
e1a0e6e
to
a87ac6b
Compare
Rebased and did the same for (g)paste:
|
@Zhann remove the bashisms |
What does that mean? You mean the curly braces? :-) |
Yes, I sent a PR there. |
Ensures this script works with macOS by leveraging
gnu-sed
versus freeBSDsed
when on macOS.Also updated README to show macOS specific installation instructions.