Skip to content

Instantly share code, notes, and snippets.

@danii1
Created November 9, 2015 18:04
Show Gist options
  • Save danii1/07dc9bef2179722edad2 to your computer and use it in GitHub Desktop.
Save danii1/07dc9bef2179722edad2 to your computer and use it in GitHub Desktop.
View extracted article from url in terminal
function wv
curl -s $argv | unfluff | jq -r '.title, .text' | xargs -0 echo '#' | nd
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment