@b0rk
In a way, you can do this on https://www.commandlinefu.com
In case you didn't know it already, people post their favourite one-liners along with explanations, and vote for/against possible alternatives.
@schmidt_fu @b0rk Oh, that's cool!
In the same vein, I like Cheat (https://github.com/cheat/cheat) - it's *kind of* like seeing how people use commands (because people contribute to the cheat sheets). I use the cheat command way more often than man, that's for sure.
cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not ...