Best of CLIApril 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    My Git Cheatsheet

    A comprehensive Git cheatsheet with explanations and examples of common commands and workflows. Includes information on branching, merging, undoing changes, and recovering lost commits.

  2. 2
    Article
    Avatar of watercoolerWatercooler·2y

    killall

    Learn how to terminate multiple processes at once using the killall command.

  3. 3
    Article
    Avatar of atomicobjectAtomic Spin·2y

    Create a Time-Tracking CLI Tool with Go, OAuth2, and Google Calendar API

    Learn how to create a time-tracking CLI tool with Go that fetches events from Google Calendar and organizes them into time chunks suitable for a time-tracking system's API.

  4. 4
    Article
    Avatar of devtoDEV·2y

    The power of the CLI with Golang and Cobra CLI

    Learn how to harness the power of the CLI with Golang and the Cobra CLI package to create a boilerplate for Go projects with just one command.

  5. 5
    Article
    Avatar of tigerdataTigerData (Creators of TimescaleDB)·2y

    10 psql Commands That Will Make Your Life Easier

    Learn 10 psql meta-commands that can make SQL queries on PostgreSQL easier. Explore commands like describing relations, editing the query buffer, toggling expanded output, and more.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    Building a CLI from scratch with TypeScript and oclif

    Learn how to build a CLI from scratch with TypeScript and oclif, a JavaScript CLI framework. The tutorial covers setting up a project, creating commands with arguments and flags, and generating a README file. Get started on building your own CLI project!

  7. 7
    Article
    Avatar of earthlyEarthly·2y

    go delve - The Golang Debugger

    Delve is a CLI-based debugger for Go that allows you to set breakpoints, inspect goroutines, and manipulate variables in real-time. It seamlessly integrates with major IDEs and supports remote debugging.

  8. 8
    Article
    Avatar of lobstersLobsters·2y

    say4n/jf: flatten them json

    Learn how to flatten nested JSON using the jf tool and simplify data processing.

  9. 9
    Article
    Avatar of kdnuggetsKDnuggets·2y

    Build a Command-Line App with Python in 7 Easy Steps

    Learn how to build a command-line app with Python in 7 easy steps. This tutorial covers the process of creating a TO-DO list app using Python, including concepts like parsing command-line arguments, working with files and file paths, and defining custom functions.

  10. 10
    Article
    Avatar of hnHacker News·2y

    kaytu-io/kaytu: The Kaytu CLI helps you save on cloud costs by finding the perfect server sizes. Kaytu analyzes historical usage and provides tailored recommendations, ensuring you only pay for the re

    Kaytu CLI helps reduce cloud costs by recommending optimal workload configurations based on actual usage. It is easy to use and customizable. Kaytu works with AWS CLI to gather metrics and respects user privacy.

  11. 11
    Article
    Avatar of supabaseSupabase·2y

    Supabase Bootstrap: the fastest way to launch a Supabase project

    Supabase Bootstrap is the fastest way to launch a Supabase project from existing starter templates. It allows you to create a project locally and launch a remote database ready for deployment.