Make bar charts on the terminal.
BARCHART ======== This program makes bar charts. For example, take this file ‘data’: 33 This is a label 0 This is another 100 80 The line above had no label Running ‘.
—
https://github.com/TurkeyMcMac/barchart
Month: August 2021
# Welcome to Bashly
# Welcome to Bashly
Bashly is a command line application (written in Ruby) that lets you generate feature-rich bash command line tools.
—
https://bashly.dannyb.co/
Bash Cache
Bash Cache
Bash Cache provides a transparent mechanism for caching, or memoizing, long-running Bash functions. Although it can be used for scripting its motivating purpose is to cache the results of expensive commands for display in your terminal prompt. Simply source bash-cache.sh into your script or shell.
—
https://github.com/dimo414/bash-cache
Generate RSS feeds with grep(1),
Generate RSS feeds with grep(1), sed(1), and awk(1)
rssg is an RSS feed generator written in shell. It’s a good companion for ssg. It gets feed’s description, URL, and the list of items from an index file.
—
https://www.romanzolotarev.com/rssg.html