Our great sponsors
-
I just came across this amazing utility called tldr. If man is too verbose and as a beginner like me, you find it hard getting your hands on command line, then you may give it a go: https://github.com/tldr-pages/tldr
-
I use cheat, it is the same as cheat.sh, but you can create/edit cheat sheets.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
TLDR is one of my favorite command line tools. Second is TheFuck https://github.com/nvbn/thefuck
-
There is also a very fast rust implementation!
-
You may also be interested in howdoi, it actually works decently well.
-
cheat
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 frequently enough to remember.
I use cheat, it is the same as cheat.sh, but you can create/edit cheat sheets.
-
that's weird. have you tried to update the the pages manually with tldr --update? (see offline caching)
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
If you're still not sure, try searching on stack overflow: https://github.com/samtay/so
-
cheat.sh also hosts its own content (in addition to aggregating from different sources), here: https://github.com/chubin/cheat.sheets
-
And an even faster one in Zig: https://gitlab.com/ve-nt/outfieldr#performance
Related posts
- A cheatsheet for creating archives with tar, explained.
- Show HN: Oh-heck, a terminal command for when you forget other terminal commands
- "--help", the most useful parameter in GNU/Linux
- Any resource on how/where to learn terminal commands and how to use them?
- Good "cheat sheets" for command-line tools?