Best of Bash — August 2023
- 1
- 2
habr·3y
Let's kill all frameworks at once
The general trend of technology development is characterized by surges and declines, says John Sutter. Sutter: We are entering an era where framework and Electron technologies may be eclipsed by generative AI. He says.NET is becoming an open platform with all source code available on GitHub.NET.
- 3
It's Foss·3y
Bash Scripting Tutorial for Beginners
Bash Scripting Tutorial for Beginners Shell is the core part of Linux. It allows you to interact with the Linux kernel by using various commands like cd, ls, cat etc. You can enter the commands directly in the terminal and they will be executed. You can also use it to automate some common, repetitive tasks.
- 4
Community Picks·3y
Automate Your Git Workflow with this Simple Bash Script
This script aims to automate three core git actions: Switching to the branch you specify. Committing changes with a message you provide and pushing to the specified branch. The magic gives us the count of arguments you've passed in. If it's not two, the script will remind you how to use it.
- 5
Pointer·3y
languagetool-org/languagetool: Style and Grammar Checker for 25+ Languages
LanguageTool is an Open Source proofreading software for English, Spanish, French, German, Portuguese, Polish, Dutch, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect. The LanguageTool core is freely available under the LGPL 2.1 or later.