Marcel is a shell. The main idea is to rely on piping as the primary means of composition, as with any Unix or Linux shell. However, instead of passing strings from one command to the next, marcel passes Python values: builtin types such as lists, tuples, strings, and numbers; but also objects representing files and processes. A pipe carries streams of these values between commands.
Category: Links
Check your system fonts from you
Check your system fonts from your terminal
This is for anything regarding the command line, in any operating system. All questions (including dumb ones), tips, and links to interesting programs/console applications you’ve found or made yourself are welcome.
—
https://reddit.com/r/commandline/s/C4VecOfGMr
Being a bash developer in the tw
Being a bash developer in the twenty-first century
Programming is a drug. A successful program run is not unlike getting a good careless drag of a menthol cigarette after sweaty workout session, still riding the crest of runners’ high endorphin rush. And just like any drug, you build a tolerance to it and start chasing new highs.
—
https://blog.barysas.eu/being-a-bash-programmer-in-the-xxi-st-century/
Bash Status Line project
Bash Status Line project
What is this? Basta! is a small amount of GNU Bash code that maintains a scroll-protected status line at the bottom of the terminal. The status line shows the date, host name and current directory (possibly abbreviated to fit).
—
https://www.kylheku.com/cgit/basta/about/
WebScraping in Bash
WebScraping in Bash
In the realm of web scraping, Python often takes the spotlight with robust libraries such as BeautifulSoup and Scrapy.
—
https://muhammadraza.me/2023/webscraping-in-bash/
antonmedv/fx : Command-line tool
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/