Best of ShellFebruary 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    Warp! - A new way to use your command line

    Warp is a new command line interface for Unix-like OSes that offers features like IDE-like functionality, built-in AI, collaborative terminals, terminal workflows, and customizable themes.

  2. 2
    Article
    Avatar of lobstersLobsters·2y

    In praise of Nushell

    Nushell is a non-POSIX shell implemented in Rust that handles structured data and provides a powerful, incremental way of working with pipelines in the terminal. It redefines common shell commands to output structured data and offers a range of basic types and commands for transforming data.

  3. 3
    Article
    Avatar of bunBun·2y

    Bun v1.0.29

    Bun v1.0.29 is an update that includes bug fixes, performance improvements, and new features like Bun.stringWidth(), expect().toBeOneOf() in bun:test, and support for advanced redirects in Bun Shell. It also announces upcoming Windows support in Bun v1.1.

  4. 4
    Article
    Avatar of devtoDEV·2y

    Bash is a terrible programming language, but what's the alternative ?

    Bash is a programming language with limitations and pitfalls. What are the worst programming languages? What are the alternatives to Bash? Explore the drawbacks of using Bash.

  5. 5
    Article
    Avatar of awstipAWS Tip·2y

    Embarking on the Linux Journey: An In-Depth Introduction — Part 1

    Learn about Linux, the Linux kernel, the shell, system utilities, types of Linux operating systems, file creation/editing/copying/moving/removal, changing directories, checking directory details, making directories, and basic Linux commands for beginners.