Created
July 20, 2014 12:15
-
-
Save iandundas/7863c6c248f76e14a3a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# strip out iBooks citation | |
sed -E -e 's/^[ ]?[0-9]* //g' | sed -E -e 's/“[ ]?[0-9]?[ ]?//g' | sed -E -e 's/”$//g' | sed -E -e 's/^(Excerpt From).*//g' |
Hey folks!
This script has stopped working fine after updating to macOS Monterey.
I believe it's related to the new original output format.
“Currying is similar to partial application”
Excerpt From
Functional-Light JavaScript: Balanced, Pragmatic FP in JavaScript
Kyle Simpson
This material may be protected by copyright.
Any ideas on how to get it working with the new output format?
same here, need help!
Hey folks!
This script has stopped working fine after updating to macOS Monterey.
I believe it's related to the new original output format.
“Currying is similar to partial application” Excerpt From Functional-Light JavaScript: Balanced, Pragmatic FP in JavaScript Kyle Simpson This material may be protected by copyright.
Any ideas on how to get it working with the new output format?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sixtyonePRIME's instructions worked for me in Apr 2021. A very big help.
Don't forget to restart iBooks after setting up the shortcut in System Preferences.