Skip to content

Instantly share code, notes, and snippets.

@kotet
Created April 8, 2020 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kotet/4ab8d6e43b0638d2a434f3ee7bec4df7 to your computer and use it in GitHub Desktop.
Save kotet/4ab8d6e43b0638d2a434f3ee7bec4df7 to your computer and use it in GitHub Desktop.
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