Extracting links from markdown files
rg –no-filename -o ‘\[[^]]+\]\([^)]+\)’ 2025_journal_* >> links.md This will extract all the links in my daily log and add them to a new file. Useful when compiling lists of things (like records I like). It requires the ripgrep package to be installed.