Best of ShellApril 2022

  1. 1
    Article
    Avatar of itsfossIt's Foss·4y

    Nushell: A Flexible Open-Source Cross-platform Shell

    Nushell is a unique type of shell that provides easy-to-read error messages and offers cross-platform support. It takes its philosophy and inspiration from projects like PowerShell, functional programming languages, and modern CLI tools. Nushell: A Shell That Provides User-Friendly Output by Default.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Command Line for Beginners – How to Use the Terminal Like a Pro

    Command line (CLI) is the interface in which we enter commands for the computer to process. Console is the physical device that allows you to interact with the computer. Terminal is a text input and output environment. Shell is a program that acts as command-line interpreter.

  3. 3
    Article
    Avatar of pointerPointer·4y

    starship/starship: ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

    Starship is a minimal, blazing-fast, and infinitely customizable prompt for any shell. It works on any shell, on any operating system. You need to use Clink (v1.2.30+) with Cmd to install Starship. It's easy to install – start using it in minutes.

  4. 4
    Article
    Avatar of dzDZone·4y

    Makefiles For Modern Development

    Make is an abstraction above language-specific tooling. It allows for easy upgrading of that tooling without having to teach your team how to use a new CLI. Makefiles have been in use since 1976, so they’re as battle-tested as can be. Using Make as the project workflows allows for quick onboarding of new developers.