I created it because I wanted a very, very simple way to post entries to a blog by using a public folder on my server, without any special requirements and dependencies. Works on GNU/Linux, OSX and BSD. How simple? Just type ./bb.sh post and start writing your blogpost.
—
https://github.com/cfenollosa/bashblog
Category: Links
Good news for developers: The CLI is back | ZDNet
Back when I started writing code, everything was done in the command line. You configured systems with the command line, wrote scripts in vi and emacs and ed, building your own library of commands that simplified your tasks and automated the complex.
Keep a Changelog
To make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project. People do. Whether consumers or developers, the end users of software are human beings who care about what’s in the software.
wagoodman/bashful: Use a yaml file to stitch together commands and bash sni
This is beta quality! Use at your own risk. Use a yaml file to stitch together commands and bash snippets and run them with a bit of style. Why? Because your bash script should be quiet and shy-like (…and not such a loud mouth).
How Much Do Echo Statements Slow Down a Bash Script? – Cole Killian Adventu
I was trying to optimize a bash script and wondered how much echo statements would slow it down, so I did a few tests. I was specifically wondering if adding a check for verbosity before an echo statement would have a significant affect on runtime, vs just removing the echo statement all together.
(168 words)
https://colekillian.com/posts/how-much-do-echo-statements-slow-down-a-bash-script-/
Bash tips & tricks: good and not-so-good bash practices | Pragmatic Coders
Bash is not the most programmer-friendly tool. It requires a lot of caution, low-level knowledge and doesn’t allow the slightest mistake (you know you can’t type foo = 42, right?).
(1899 words)
https://pragmaticcoders.com/blog/bash-tips-and-tricks/
Bashmarks – directory bookmarks for the shell « Searching Gradients
Bashmarks is a commandline utility that allows you to save and jump to commonly used directories. All of your directory bookmarks are saved in a file called “.sdirs” in your HOME directory.
(86 words)
https://everyhue.me/projects/bashmarks/
alexanderepstein/Bash-Snippets: A collection of small bash scripts for heav
Furthermore you can backup the repositories of any github user to your bitbucket. Backup all github repositories of the designated user at once with the -a option. Or run it with no flags and backup individual repositories.
(1151 words)
https://github.com/alexanderepstein/Bash-Snippets
tldr pages
The tldr pages are a community effort to simplify the beloved man pages with practical examples. Try the live demo below, have a look at the PDF version, or follow the installation instructions.
(149 words)
https://tldr.sh/