todotxt/todo.txt-cli
Read our contributing guide if you’re looking to contribute (issues/PRs/etc). Download the latest stable release for use on your desktop or server.
—
https://github.com/todotxt/todo.txt-cli
https://gist.github.com/dannguyen/9b8c51f5bb853209f19f1a0f18f0f74c
Easy notifications from Bash scr
Easy notifications from Bash scripts!
Oh, I wish there was a easy way to track Bash scripts execution and that I could know whenever they finish, or whenever there are errors, without having to manually check it all the time! Luckily, there are ways to solve this! One of them, which I like the most, is a one-liner:
—
https://medium.com/faun/easy-notifications-from-bash-scripts-b70e2cfbf0de
CLI Style Guide
CLI Style Guide
Heroku CLI plugins should provide a clear user experience, targeted primarily for human readability and usability, which delights the user, while at the same time supporting advanced users and output formats. This article provides a clear direction for designing delightful CLI plugins.
—
https://devcenter.heroku.com/articles/cli-style-guide
12 Factor CLI Apps
12 Factor CLI Apps
CLIs are a fantastic way to build products. Unlike web applications, they take a small fraction of the time to build and are much more powerful. With the web, you can do whatever the developer programmed. With CLIs, you can easily mash-up multiple tools together yourself to perform advanced tasks.
—
https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46
“Link”
Shell Field Guide
Shell Field Guide
This booklet is intended to be a catalog of tricks and techniques you may want to use if you’re doing some sort of complex scripting. Some are just useful, some are more playful, and might not have such direct impact in your day-to-day life. Some are pure entertainment.
—
https://raimonster.com/scripting-field-guide/index.html
Credits
Credits
e88~~\ e88~-_ 888-~88e-~88e 888-~88e e88~-_ d88~\ 888 888 888-~\ e88~~8e d888 d888 i 888 888 888 888 888b d888 i C888 888 888 888 d888 88b 8888 8888 | 888 888 888 888 8888 8888 | Y88b 888 888 888 8888__888 Y888 Y888 ‘ 888 888 888 888 888P Y888 ‘ 888D 888 888 888 Y888 , “88__/ “8
—
https://github.com/erichs/composure
SHMIG
SHMIG
See https://github.com/mbucc/shmig_test. Edit the function sqlite3_up_text() and sqlite3_down_text() in shmig if you don’t like the default SQL template.
—
https://github.com/mbucc/shmig
drwetter/testssl.sh
drwetter/testssl.sh
Intro testssl.sh is a free command line tool which checks a server’s service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws. Key features Clear output: you can tell easily whether anything is good or bad.
—
https://github.com/drwetter/testssl.sh