Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​tldr (★ 11331, GitHub) is the simplified and community-driven man pages. Have you ever struggled to find needed information in a man page? The TLDR pages are a community effort to simplify the beloved man pages with practical examples. Anyone can add or edit the content of any page to make them more useful and easy to read.

#cli #js #terminal #help
​​cheat.sh - (★ 2,668 on Github) the only cheat sheet you need.

Unified access to the best community driven documentation repositories of the world.

You can use curl command to make your request. For example:

 cht.sh/[language]/[your request with "+" instead of spaces]

For instance:

 cht.sh/go/download+file

or you can check Linux commands, like so:

 cht.sh/tar

Please refer to the official docuentation for more examples.

#doc #manuals #help #cli #terminal
​​navi - (★ 2,613) is an interactive cheatsheet tool for the command-line so that you'll never say the following again:

— How to run that command again?
— Oh, it's not in my bash history
— Geez, it's almost what I wanted but I need to change some args


navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands, prompting for argument values.

#shell #help #handy