←back to thread

439 points david927 | 1 comments | | HN request time: 0.241s | source

What are you working on? Any new ideas which you're thinking about?
1. mmdclx ◴[] No.44421474[source]
I've built a cli tool to help extract content from webpages into markdown. This was an experiment to get used to a new workflow using claude-code and task-master.

It doesn't require an LLM or api keys to run so you can install and go. Hope it helps somebody:

  npm install -g url-to-markdown-cli-tool
repo: https://github.com/mmdclx/url-to-markdown-cli-tool