Skip to content

Instantly share code, notes, and snippets.

@bruteforks
Created January 26, 2023 15:42
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 bruteforks/ef6849639cc0c28dfd6fc70f57e580a8 to your computer and use it in GitHub Desktop.
Save bruteforks/ef6849639cc0c28dfd6fc70f57e580a8 to your computer and use it in GitHub Desktop.
dump html and pipe into vim to edit all the links from a website
lynx --dump https://www.reddit.com | vim - -c 'v%https\?://%d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment