Best of CLIAugust 2022

  1. 1
    Article
    Avatar of glcGolang News·4y

    A personal information dashboard for your terminal, developed in Golang

    WTF is a personal information dashboard for your terminal, developed in Golang for those who spend most of their day in the command line. It provides a framework for rapidly viewing crucial at-a-glance information quickly. Keep an eye on your OpsGenie schedules, Google Calendar, Git and Github repositories.

  2. 2
    Article
    Avatar of dzDZone·4y

    7 Great Terminal/CLI Tools Not Everyone Knows

    Exa is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems. It uses colors to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. The video gives a short overview of how to use the tools mentioned above work.

  3. 3
    Article
    Avatar of ghblogGitHub Blog·4y

    Release Radar · July 2022 Edition

    Vite is the next generation in frontend tooling, providing lots of features, optimised builds, and universal plugins. The latest update includes updates to the Vite CLI, support for Node 14.18 and higher, faster reload times, and some experimental features.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Command Line Commands – CLI Tutorial

    Windows command line is one of the most powerful utilities on a Windows PC. With it, you can interact with the OS directly and do a lot of things not available in the graphical user interface (GUI) In this article, I’ll show you 40 commands you can use on the Windows command line that can boost your confidence taskkill – Terminates a Running Task To kill a task.

  5. 5
    Article
    Avatar of changelogChangelog·4y

    Learning a new language, or how I gained familiarity with Go · Jamie Tanna

    After 6 years of professional development using Java, coming to Deliveroo meant that I'd be starting to work on some Go codebases. When the realisation of writing Go as part of my day job appeared, shorten.

  6. 6
    Article
    Avatar of devtoDEV·4y

    Windows Commands CheatSheet you needed

    bcdboot Enables you to quickly set up a system partition, or to repair the boot environment located on the system partition. Displays and modifies the Internet-to-adapter address translation tables used by the Address in Networks and communication management assoc Displays or modifies file name extension associations.

  7. 7
    Article
    Avatar of dzDZone·4y

    Docker Commands Beginners Should Know

    Docker is an open-source platform for creating, deploying, and running containers. You can create your containers on your favorite operating system and deploy them anywhere. Let's look at the commands you need to know to manage Docker images and containers.

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

    21 Basic Yet Essential Linux Networking Commands

    This compilation includes commands that help you with troubleshooting network issues, monitoring packets, connected devices, and much more. You must be familiar with this command if you’ve been using Linux for a while, as this is mostly used to change the hostname of your system and NIS (Network Information System) domain name. When used without any options, it gets the current hostname.

  9. 9
    Article
    Avatar of expoExpo·4y

    The New Expo CLI

    The new tooling has incredible tests, covering nearly aspect of the tooling. In early 2021 (Expo SDK 41), we introduced support for custom native code in managed workflow projects with EAS Build and a command called expo prebuild. We’ve already begun shipping new Metro features starting with experimental web support, and have PRs open for context modules.

  10. 10
    Article
    Avatar of pointerPointer·4y

    apify/crawlee: Crawlee—A web scraping and browser automation library for Node.js that helps you build reliable crawlers. Fast.

    Crawlee covers your crawling and scraping end-to-end and helps you build reliable scrapers. Crawlee allows you to crawl the web for links, scrape data, and store it to disk or cloud while staying configurable to suit your project's needs. Crawlee is available as the crawlee NPM package.

  11. 11
    Article
    Avatar of hashnodeHashnode·4y

    Node.js TypeScript monorepo via NPM workspaces

    The project is a command line application that will showcase how to set up a TypeScript monorepo using NPM workspaces. The project was a massive success as a CLI application, and many users wanted to have a graphical user interface to use it. Now that you are done with all these changes, test your app again: $ node packages/cli/index.js Hello from Core!

  12. 12
    Article
    Avatar of octopusdeployOctopusDeploy·4y

    Using Docker as a package manager

    Linux users have long enjoyed the ability to install tools from extensive and well maintained package repositories. An increasing number of cloud-based tools, such as platform-specific tools, can only be reliably installed across multiple operating systems and Linux distributions via a direct binary download.

  13. 13
    Article
    Avatar of changelogChangelog·4y

    Fzf: A tool that will transform your CLI life

    Fzf is one of the handful of tools I’ve discovered over the years that has improved the quality of my command line life. It is not merely a tool to help you search files quicker, it is a framework that can be applied to any list to yield transformative results.