bropages
cheat.sh
TLDR pages
Starship (Shell Prompt)
explainshell
Nu Shell
Supliful
cheat
GitHub
GitLab
BitBucket
VS Code
Git
Treehouse
Pantheon
CodePen
bropages
GitHubBased on our record, GitHub seems to be a lot more popular than bropages. While we know about 2470 links to GitHub, we've tracked only 7 mentions of bropages. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I havenโt used it in a long time and Iโm guessing there might be something better now but I used to use โbroโ instead of โmanโ when first starting out with a cli tool: http://bropages.org/ Itโs documentation but with only examples. - Source: Hacker News / over 2 years ago
This is a lot but there are helpful tools like tldr pages or bropages which give you common examples if you don't feel reading traditional man pages Even professional sysadmins don't know ALL commands from memory but at least they knew how to read them up. Source: almost 4 years ago
Another similar command is the "bro" gem, which provides user sourced and voted examples http://bropages.org/. - Source: Hacker News / about 4 years ago
Related tools: TLDR community managed man pages https://tldr.sh/ Cheat Sheet access to community driven docs http://cht.sh/ Bro pages (like TLDR, but without the great name) http://bropages.org/. - Source: Hacker News / over 4 years ago
Sad CLI search and replace | Space Age seD Tcount Count your code by tokens, types of syntax tree nodes, and patterns in the syntax tree. A tokei/scc/cloc alternative. Nushell A new type of shell Fclones Efficient Duplicate File Finder Hunter The fastest file manager in the galaxy! Teip Select partial standard input and replace with the result of another command efficiently Cb Command line interface to manage... Source: about 5 years ago
This is why eval and observability ship as a unit, not as separate purchases. agent-eval scores and gates the output โ the tiers above, drift, hallucination. AgentLens captures the trace of how the agent got there: every model step and tool call, the resolved inputs, the raw outputs, the trajectory. Two things fall out of that:. - Source: dev.to / 1 day ago
The real fragility is in trying to constrain arguments. The docs are explicit that a pattern like Bash(curl http://github.com/ *) fails to do what it looks like it does. It won't match curl -X GET http://github.com/... (option before the URL), curl https://github.com/... (different protocol), curl -L http://bit.ly/xyz (redirects to GitHub), URL=http://github.com && curl $URL (variable), or curl http://github.com... - Source: dev.to / 3 days ago
Fallback chains โ og:title โ twitter:title โ- SSRF protection โ if you fetch user-supplied URLs, you MUST block
localhost, RFC-1918 ranges, and internal hostnames, or your preview endpoint is a proxy into your own infrastructure- Caching โ you do not want to re-fetch a URL on every render
- Rate limiting โ a public...
- Source: dev.to / 5 days ago
$ git pull Remote: Repository not found. Fatal: repository 'https://github.com//.git/' not found. - Source: dev.to / 6 days ago
// ==UserScript== // @name GitHub -> Obsidian Task // @namespace obsidian // @version 1.0 // @match https://github.com/*/*/issues/* // @match https://github.com/*/*/pull/* // @grant GM_setClipboard // ==/UserScript== (function () { 'use strict'; function getTitle() { return document.querySelector("bdi")?.textContent.trim(); } function copyTask() { ... - Source: dev.to / 9 days ago
cheat.sh - The only cheat sheet you need Unified access to the best community driven documentation
GitLab - Create, review and deploy code together with GitLab open source git repo management software | GitLab
TLDR pages - The TLDR pages are a community effort to simplify the beloved man pages with practical examples.
BitBucket - Bitbucket is a free code hosting site for Mercurial and Git. Manage your development with a hosted wiki, issue tracker and source code.
Starship (Shell Prompt) - Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell.
VS Code - Build and debug modern web and cloud applications, by Microsoft