Skip to content

Instantly share code, notes, and snippets.

@kotet
Created April 8, 2020 12:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Folding@homeのproject descriptionを端末から見るやつ
fahdescription() {
curl -s -G https://api.foldingathome.org/project/$1 | jq -r .cause
echo
html2text --ignore-links <(curl -s -G https://api.foldingathome.org/project/$1 | jq -r .mdescription)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment