VSCode extension for syntax highlighting multi-line YAML strings

Hacker News (score: 17)
Found: August 02, 2025
ID: 644

Description

IDE/Editor
VSCode extension for syntax highlighting multi-line YAML strings

More from Hacker

Show HN: Attempt – A CLI for retrying fallible commands

Show HN: Attempt – A CLI for retrying fallible commands Hi HN,<p>Here&#x27;s a tool I wrote for retrying fallible commands. Nothing groundbreaking here, this is a tool that&#x27;s been made many times (and several have been submitted to Show HN). Though this one does have a more comprehensive feature set than most. I hope one or two people will find it useful.<p>I wrote `attempt` for two reasons:<p>- To have a more featureful alternative to `wait-for-it.sh` for use in Docker Compose. Specifically to apply migration scripts to a database that may not be up yet. I wanted to be able to inspect the error messages from my migration tool &amp; retry on connection errors.<p>- To test a hypothesis I had that a good way to make a CLI was to copy the API of a good library (in this case, `tenacity`). I want to write a blog post at some point to discuss this at length, but the tl;dr is that I believe it was a success.<p>Here are some usage examples: <a href="https:&#x2F;&#x2F;maxbondabe.github.io&#x2F;attempt&#x2F;usage.html" rel="nofollow">https:&#x2F;&#x2F;maxbondabe.github.io&#x2F;attempt&#x2F;usage.html</a><p>There may not be much to discuss for such a small tool, but I am open to all feedback and am happy to answer any questions.<p>Cheers,<p>Max

Show HN: Greppers – fast CLI cheat sheet with instant copy and shareable search

Show HN: Greppers – fast CLI cheat sheet with instant copy and shareable search I kept re-Googling the same flags, so I built a tiny, fast directory of copy-ready CLI commands. It’s static (vanilla JS), instant search, keyboard nav (↑&#x2F;↓ + Enter), favorites (localStorage), and linkable queries.<p>Examples: β€’ grep errors β†’ <a href="https:&#x2F;&#x2F;www.greppers.com&#x2F;?q=grep%20error%20logs" rel="nofollow">https:&#x2F;&#x2F;www.greppers.com&#x2F;?q=grep%20error%20logs</a> β€’ list open ports (macOS) β†’ <a href="https:&#x2F;&#x2F;www.greppers.com&#x2F;?q=list%20open%20ports" rel="nofollow">https:&#x2F;&#x2F;www.greppers.com&#x2F;?q=list%20open%20ports</a> β€’ show git branch graph β†’ <a href="https:&#x2F;&#x2F;www.greppers.com&#x2F;?q=git%20graph" rel="nofollow">https:&#x2F;&#x2F;www.greppers.com&#x2F;?q=git%20graph</a> β€’ tail with colors β†’ <a href="https:&#x2F;&#x2F;www.greppers.com&#x2F;?q=tail%20colors" rel="nofollow">https:&#x2F;&#x2F;www.greppers.com&#x2F;?q=tail%20colors</a><p>Suggest a missing command: <a href="https:&#x2F;&#x2F;www.greppers.com&#x2F;submit.html" rel="nofollow">https:&#x2F;&#x2F;www.greppers.com&#x2F;submit.html</a><p>I’m looking for gaps and better real-world examples. Feedback welcome.

Show HN: woomarks, transfer your Pocket links to this app or self-host it

Show HN: woomarks, transfer your Pocket links to this app or self-host it Pocket is shutting down and I really, really liked it. So I built woomarks, an app that let&#x27;s you save links with a similar UI. It&#x27;s very minimal, but it&#x27;s doing everything I liked from Pocket and you can bulk import your links and use the app or self-host.<p>- Public app that you can test: <a href="https:&#x2F;&#x2F;woomarks.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;woomarks.com&#x2F;</a><p>- My self-hosted version, where you can see my saves: <a href="https:&#x2F;&#x2F;roberto.fyi&#x2F;bookmarks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;roberto.fyi&#x2F;bookmarks&#x2F;</a><p>- Repository if you want to self-host: <a href="https:&#x2F;&#x2F;github.com&#x2F;earlyriser&#x2F;woomarks" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;earlyriser&#x2F;woomarks</a><p>Export links from Pocket here: <a href="https:&#x2F;&#x2F;getpocket.com&#x2F;export" rel="nofollow">https:&#x2F;&#x2F;getpocket.com&#x2F;export</a> the last day will be on October 20025.<p>Features: - Add&#x2F;Delete links - Search - Tags - Bookmarklet (useful for a 2-click-save) - Data reads from: csv file in server (these links are public) local storage in browser (these links are visible just for the user) - Local storage saving. - Import to local storage from csv file - Export to csv from local storage. - Export to csv from csv file (useful when links are &quot;deleted&quot; using the app and just hidden using a local storage blacklist). - Export to csv from both places. - No external libraries. - Vanilla css code. - Vanilla js code.

GenosDB (GDB) – Decentralized P2P Graph Database

GenosDB (GDB) – Decentralized P2P Graph Database

No other tools from this source yet.