Examples:
• grep errors → https://www.greppers.com/?q=grep%20error%20logs
• list open ports (macOS) → https://www.greppers.com/?q=list%20open%20ports
• show git branch graph → https://www.greppers.com/?q=git%20graph
• tail with colors → https://www.greppers.com/?q=tail%20colors
Tech notes: static site on Netlify, no build system. Data is a JSON file; favorites persist via localStorage. Search is client-side; queries are linkable with ?q= and you can filter favorites with fav=1. Dangerous commands show a confirm before copying. Headers (HSTS, nosniff) + sitemap/robots are set.
Planned next: more commands/recipes (docker, systemctl, networking), offline PWA, and a simple import/export for favorites.
Suggest a missing command: https://www.greppers.com/submit.html
I’m looking for gaps and better real-world examples. Feedback welcome.
shellsteady•4h ago
Planned next: more commands/recipes (docker, systemctl, networking), offline PWA, and a simple import/export for favorites.
If something’s obviously missing, drop it here or via the form: https://www.greppers.com/submit.html
dang•2h ago
Btw - if you're replying to other commenters, can you do so by clicking the 'reply' link at the end of their comment? That will place your response underneath the comment you're referencing, which will make the thread much more readable.
Currently, your comments are all going to the top level, where it's hard to connect them with the other posts you're replying to. I'm going to try to move them manually to the right places, but it's not clear what those are!