VSCode extension for syntax highlighting multi-line YAML strings
Hacker News (score: 17)Description
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's a tool I wrote for retrying fallible commands. Nothing groundbreaking here, this is a tool that'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 & 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://maxbondabe.github.io/attempt/usage.html" rel="nofollow">https://maxbondabe.github.io/attempt/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 (β/β + Enter), favorites (localStorage), and linkable queries.<p>Examples: β’ grep errors β <a href="https://www.greppers.com/?q=grep%20error%20logs" rel="nofollow">https://www.greppers.com/?q=grep%20error%20logs</a> β’ list open ports (macOS) β <a href="https://www.greppers.com/?q=list%20open%20ports" rel="nofollow">https://www.greppers.com/?q=list%20open%20ports</a> β’ show git branch graph β <a href="https://www.greppers.com/?q=git%20graph" rel="nofollow">https://www.greppers.com/?q=git%20graph</a> β’ tail with colors β <a href="https://www.greppers.com/?q=tail%20colors" rel="nofollow">https://www.greppers.com/?q=tail%20colors</a><p>Suggest a missing command: <a href="https://www.greppers.com/submit.html" rel="nofollow">https://www.greppers.com/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's you save links with a similar UI. It's very minimal, but it'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://woomarks.com/" rel="nofollow">https://woomarks.com/</a><p>- My self-hosted version, where you can see my saves: <a href="https://roberto.fyi/bookmarks/" rel="nofollow">https://roberto.fyi/bookmarks/</a><p>- Repository if you want to self-host: <a href="https://github.com/earlyriser/woomarks" rel="nofollow">https://github.com/earlyriser/woomarks</a><p>Export links from Pocket here: <a href="https://getpocket.com/export" rel="nofollow">https://getpocket.com/export</a> the last day will be on October 20025.<p>Features: - Add/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 "deleted" 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.