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
Have you ever written any Shell scripts? Did you have any issues with testing then?
shUnit2 - the interesting project to add unit tests to your Shell scripts; something similar to JUnit or PyUnit, but for Shell.

#shell #script #testing

https://github.com/kward/shunit2
www.shellcheck.net - is utterly helpful service to check your Shell scripts for any errors and mistakes. But furthermore, you can use it also from command line! The source code is available on GitHub

#shell

https://github.com/koalaman/shellcheck
​​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
​​shlide - (★ 271) is a slide deck presentation tool written in pure bash. Purely for nerds 🤓

#presentation #slides #bash #shell