Building A Personalized Newslett


Building A Personalized Newsletter With Bash And A Raspberry Pi
I use Pinboard to save articles I’ve read and, increasingly, to save articles I want to read. That said I rarely go back and actually read things once they disappear into the Pinboard void. This isn’t an uncommon problem, I know, but I think I’ve devised a simple solution.

https://brianschrader.com/archive/building-a-personalized-newsletter-with-bash-and-a-raspberry-pi/

Bash Scripting: Everything you n

Bash Scripting: Everything you need to know about Bash-shell programming |
Bash Scripting: Everything you need to know about Bash-shell programming
Bash (AKA Bourne Again Shell) is a type of interpreter that processes shell commands. A shell interpreter takes commands in plain text format and calls Operating System services to do something. For example, ls command lists the files and folders in a directory.

https://medium.com/sysf/bash-scripting-everything-you-need-to-know-about-bash-shell-programming-cd08595f2fba

frangipanni


frangipanni
Program to convert lines of text into beautiful tree structures. The program reads each line on the standard input in turn. It breaks each line into tokens, then adds the sequence of tokens into a tree structure. Lines with the same leading tokens are placed in the same branch of the tree.

https://github.com/birchb1024/frangipanni