Best of CLIMay 2022

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

  2. 2
    Article
    Avatar of gcgitconnected·4y

    7 Lesser-Known Git Commands and Tricks

    Git is the software industry’s default source code management solution. Every software development team tends to use Git and remote Git hosting services for maintaining their codebases. The official Git CLI offers a complete solution for managing Git repositories via terminal interfaces. We typically use the same commands set every day, so there are some useful hidden commands in Git.

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

    Development Container CLI

    Microsoft and GitHub are excited to release an open source command-line interface (CLI) as part of the new Development Containers Specification. The dev container CLI is a reference implementation for the dev container specification. It can either be used directly or integrated into product experiences, similar to how it's integrated with Remote - Containers and Codespaces today.