Skip to content

Instantly share code, notes, and snippets.

@bruteforks
bruteforks / atomic_habits.md
Created January 27, 2023 18:18 — forked from saikocat/atomic_habits.md
[Advice] Summary of Atomic Habits
View atomic_habits.md
@bruteforks
bruteforks / lynx dump vim - -c.txt
Created January 26, 2023 15:42
dump html and pipe into vim to edit all the links from a website
View lynx dump vim - -c.txt
lynx --dump https://www.reddit.com | vim - -c 'v%https\?://%d'