Best of BashAugust 2023

  1. 1
    Article
    Avatar of itnextITNEXT·3y

    Supercharge zsh with Zap

    Supercharge zsh with Zap is a very lightweight (172kb) plugin manager for Zsh. Zap makes it easy to install common plugins in the zsh ecosystem. You can also use zap to load your own custom plugins or files.

  2. 2
    Article
    Avatar of habrhabr·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. 3
    Article
    Avatar of itsfossIt'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. 4
    Article
    Avatar of communityCommunity 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. 5
    Article
    Avatar of pointerPointer·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.