Best of CLI2022

  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 webtoolsweeklyWeb Tools Weekly·4y

    VSCode Updates, Frameworks, Git/CLI, JS Utils

    This week's newsletter includes tools, extensions, the latest news, articles, and tutorials on VS Code. VSCode Updates, Frameworks, Git/CLI, JS Utils, and Email are all free and open-source tools.

  3. 3
    Article
    Avatar of devtoDEV·4y

    The Difference Between the Shell and the Terminal

    The shell and the terminal are different from each other but are often used interchangeably. When using a command line interface, we use text commands to make our programs work instead of a Graphical User Interface. The shell is a program that takes commands from the keyboard and gives them to the kernel to perform.

  4. 4
    Article
    Avatar of vscodeVisual Studio Code·4y

    The VS Code Server

    The Visual Studio Code Server (private preview) is available now. It lets you use VS Code locally to develop applications "remotely" on the Windows Subsystem for Linux (WSL), in Docker containers, and on remote physical or virtual machines you manage over SSH. This is just the first step along the path towards a fully unified code manage that lets you manage both the desktop and the server.

  5. 5
    Article
    Avatar of pointerPointer·3y

    chubin/cheat.sh: the only cheat sheet you need

    Chubin/cheat.sh is the only cheat sheet you need Unified access to the best community driven cheat sheets repositories of the world. What should it look like? What features should it have?

  6. 6
    Article
    Avatar of redstRed Stapler·3y

    The Difference between npm and npx command

    NPM vs NPX is the package manager for the Node.js JavaScript JavaScript runtime. NPM is used to install and manage packages (i.e., libraries, frameworks, tools, etc.) that are published on the npm registry. This can make it easy to confuse the two, especially if you are not familiar with.

  7. 7
    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.

  8. 8
    Article
    Avatar of medium_jsMedium·4y

    5 CLI Tools Made With Rust To Improve Already Popular Tools

    5 command-line tools made with Rust to improve some of the more popular command line tools. These five tools will catch your eye with the improvements they bring to the table. To install bat, you can follow their README or just go the Rustacean way.

  9. 9
    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.

  10. 10
    Article
    Avatar of hnHacker News·4y

    Fig

    If you use the Terminal a lot I highly recommend it - it's as essential to the Terminal as Homebrew is to MacOS. I started using @fig a few weeks ago and it's quickly become a tool that feels so native I couldn't go without. It's maybe the best CLI-enhancing tools out there.

  11. 11
    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.

  12. 12
    Article
    Avatar of hnHacker News·3y

    FFmpeg - Ultimate Guide

    FFmpeg can do large chunks of the basic functionalities of a modern Non-linear (NLE) video editors, e.g., Davinci Resolve Studio or Premiere Pro. It does not have a graphical interface in that sense as those behemoths do, and unarguably it is way less friendly.

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

    31 Linux Commands Every Ubuntu User Should Know

    The mv command moves the files and folders to the other location. You can think of it as a cut-paste operation. There is no undo option after you delete files in the command line. If you are afraid of deleting the wrong file, use the interactive mode with option -i, which gives you an additional prompt to confirm the action.

  14. 14
    Article
    Avatar of communityCommunity Picks·4y

    Rust Easy! Modern Cross-platform Command Line Tools to Supercharge Your Terminal

    Alacritty is a cross-platform modern terminal emulator with sensible defaults. It is GPU accelerated, super fast, and highly configurable. Starship is fast, highly customizable, and has a great default theme and settings. Exa is a bit faster than LSD for tree views and can show the Git status of files and folders. I prefer exa due to the Git support and faster tree views.

  15. 15
    Article
    Avatar of changelogChangelog·4y

    Crawlee · Build reliable crawlers. Fast.

    Crawlee is a web scraping and browser automation library that helps you build reliable crawlers. It's not unblockable, but it will save you money in the long run. The fastest way to try Crawlee out is to use the Crawlee CLI and choose the Getting started example.

  16. 16
    Article
    Avatar of asayerasayer·3y

    How to deploy a Next.js app to production

    Next.js is a robust framework for building static and Server-Side Rendering (SSR) applications. It's one thing to create a Next.js application and another to deploy it to a website and take advantage of its SEO and SSR capabilities.

  17. 17
    Article
    Avatar of rhdevRed Hat Developer·4y

    Linux Commands Cheat Sheet

    Linux Commands Cheat Sheet helps you get familiar with over 30 basic Linux command-line executables frequently used by developers. You’ll find easy-to-learn shortcuts and code examples to help you find your way around the Linux command line.

  18. 18
    Article
    Avatar of ossOpen Source Way·4y

    My favorite tricks for navigating the Linux terminal faster

    There are several ways to make your interactions with the command line even faster. Navigate without the arrow keys on the keyboard to move through a command to make edits. Use the Backspace key to delete characters in the backward direction and the Delete button to delete them in the forward direction.

  19. 19
    Article
    Avatar of phProduct Hunt·4y

    github-pewpew - Pew pew needless GitHub repos! Clean up your repos via CLI

    This little CLI tool cleans up repositories quickly. You can choose multiple repositories and delete them blazing fast. It uses GitHub OAuth, and it's open-source. It's free to download and use, and you can use it with any of your existing GitHub accounts. The tool is available on GitHub for free.

  20. 20
    Article
    Avatar of prettierPrettier·4y

    Prettier 2.7: new --cache CLI option and TypeScript 4.7 syntax! · Prettier

    This release includes a new --cache CLI option. Enabling this option will use some attributes as cache keys and format files only if they have changed. We've also added support for TypeScript 4.7 syntax. If you enjoy Prettier and would like to support our work, consider sponsoring us directly via our OpenCollective.

  21. 21
    Article
    Avatar of hashnodeHashnode·4y

    How to build a CLI using NodeJS 💻

    The command line interface (CLI) is one of the most basic and powerful applications ever created by mankind. We are going to be building a CLI which would generate starter templates with TailwindCSS, and Prettier pre-installed. We will be using a NodeJS framework called Tailwind CSS.

  22. 22
    Article
    Avatar of omgubomg! ubuntu!·4y

    Gotop is a Cool CLI System Monitor Tool for Linux

    Gotop is a ‘terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go’ It’s free, open source software available for most Unix-based systems, not just Linux. The default dashboard loaded by running gotop is well proportioned and displays the most important stats.

  23. 23
    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.

  24. 24
    Article
    Avatar of vscodeVisual Studio Code·3y

    Making Remote Development Even Better

    Visual Studio Code has a built-in command-line interface (CLI) that lets you control how you launch and manage the editor. The updated CLI is built into the latest VS Code release and is also available for standalone install.

  25. 25
    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.