Best of CLINovember 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    The Only 5 Zsh Plugins You Need

    Learn about the top 5 zsh plugins that can enhance your CLI experience, including git aliases, auto suggestion, syntax highlighting, shortcut suggestions, and improved output with syntax highlighting.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Boost productivity with the GitHub CLI

    Boost your productivity with the GitHub CLI by installing it, logging in to GitHub, and using various commands to review pull requests, create pull requests, and create or push new repositories to GitHub.

  3. 3
    Article
    Avatar of hnHacker News·2y

    The bash book to rule them all

    A curated list of questions to determine if the bash book is suitable for the reader, covering topics such as 'cd' as a builtin command, redirect issues, and avoiding the 'Argument list too long' error.

  4. 4
    Article
    Avatar of lnLaravel News·3y

    Automatically Upgrade your Laravel Application with this Package

    The Laravel Updater package allows for automatic upgrading of your Laravel application with one command. It checks for new versions, downloads and updates the application, runs migrations, clears cache, and more.

  5. 5
    Article
    Avatar of hnHacker News·3y

    The bash book to rule them all

    Discover various aspects of bash scripting, including built-in commands, error messages, and differences between shell constructs in a curated book.

  6. 6
    Article
    Avatar of prettierPrettier·2y

    Prettier's CLI: A Performance Deep Dive · Prettier

    The new CLI for Prettier has been released, bringing significant performance improvements. The optimizations include faster file finding, efficient resolution of configuration files, and caching of formatting results. By using the cache file, the CLI can achieve a 22x speedup, and even larger improvements may be possible in the future. The installation process is simple, and remembering the cache file between runs is crucial for optimal performance.

  7. 7
    Article
    Avatar of lnLaravel News·3y

    Brevo Webhook Manager CLI for Laravel

    The Brevo Webhook Manager CLI for Laravel allows users to manage Brevo webhooks from the command line. It provides features such as fetching, creating, updating, and deleting webhooks. Users can use it for various types of webhooks and find more information on GitHub.