antonmedv/fx : Command-line tool and terminal JSON viewer 🔥
Start interactive mode without passing any arguments. Or by passing filename as first argument.
—
https://fx.wtf/
9 Bash Scripting Tutorials For B
9 Bash Scripting Tutorials For Beginners in 2023
Hello to all the tech enthusiasts and coding enthusiasts! In today’s fast-paced world, efficiency and automation play a vital role. One valuable skill that can greatly contribute to this is Bash scripting. Are you excited to join us on a journey where we unravel the secrets of Bash scripting?
—
https://coursesity.com/blog/bash-scripting-tutorials/
Bash Stack Documentation
Bash Stack Documentation
Bash Stack uses file-based routing. All of the application routes should exist as .sh files in the pages/ folder of the project. Whenever an HTTP request is made, the framework will locate the corresponding script and execute it.
—
https://bashsta.cc/
Do One Thing and Do It Well
Do One Thing and Do It Well
In October 1984 two ideologues published a radical manifesto… sort of. Program Design in the UNIX Environment, by comp-sci legends Brian Kernighan and Rob Pike, articulated a pattern for software architecture that both men had already spent years fighting to preserve.
—
https://medium.com/source-and-buggy/do-one-thing-and-do-it-well-886b11a5d21
A simple static site generator
A simple static site generator
mkws A simple static site generator Quickstart On a Linux machine, in a terminal: curl -so – https://mkws.sh/mkws@4.0.14.tgz | tar -xzvf – mv ws.sh example.com && cd example.com echo “hello, world” > index.upphtml bin/mkws https://example.
—
https://mkws.sh/
How “Exit Traps” Can Make Your B
How “Exit Traps” Can Make Your Bash Scripts Way More Robust And Reliable
There is a simple, useful idiom to make your bash scripts more robust – ensuring they always perform necessary cleanup operations, even when something unexpected goes wrong.
—
http://redsymbol.net/articles/bash-exit-traps/?ck_subscriber_id=512838448
The musings of bluz71
The musings of bluz71
This is a 2023 followup to my 2018 Bash Shell Tweaks & Tips article. Since that last article there has been a renaissance in shell-agnostic command line tooling, often implemented in high-performance Rust, that has elevated the interactive shell experience.
—
https://bluz71.github.io/2023/06/02/maximize-productivity-of-the-bash-shell.html
charmbracelet/mods
charmbracelet/mods
AI for the command line, built for pipelines. LLM based AI is really good at interpreting the output of commands and returning the results in CLI friendly text formats like Markdown. Mods is a simple tool that makes it super easy to use AI on the command line and in your pipelines.
—
https://github.com/charmbracelet/mods
pure bash bible
pure bash bible
The goal of this book is to document commonly-known and lesser-known methods of doing various tasks using only built-in bash features. Using the snippets from this bible can help remove unneeded dependencies from scripts and in most cases make them faster.
—
https://github.com/dylanaraps/pure-bash-bible
charmbracelet/gum
charmbracelet/gum
A tool for glamorous shell scripts. Leverage the power of Bubbles and Lip Gloss in your scripts and aliases without writing any Go code! The above example is running from a single shell script (source).
—
https://github.com/charmbracelet/gum