Introducing the cmd: Essential Commands for your daily work 🔖

This page summarizes the projects mentioned and recommended in the original post on dev.to

AppSignal - Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
www.appsignal.com
sponsored
Kargo - Stop Scripting Promotions. Start Shipping with Kargo
Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
akuity.io
sponsored
  1. cmd

    A bookmark of essential commands for a software engineer's daily tasks :bookmark: (by tungbq)

    As software engineer, are you tired of constantly searching for that one CLI command you can't quite remember? Look no further! I'm excited to introduce my new CLI Commands Reference project (cmd), a comprehensive collection of essential command-line commands for your daily tasks.

  2. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  3. repo

    Discontinued [GET https://api.github.com/repos/REPO_OWNER/repo: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by REPO_OWNER)

    # Clone repo via HTTPS git clone https://github.com/REPO_OWNER/repo.git # Clone repo via SSH git clone git@github.com:REPO_OWNER/repo.git # Create a new branch git checkout -b new-branch # Pull the latest changes from the remote repository git pull origin main # Check the status of your working directory git status # Add all changes to the staging area git add . # Commit changes with a message git commit -m "Your commit message" # View log git log # Push to remote feature branch git push origin new-branch # Reset staging area to match the lastest origin commit git reset origin/main

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Cowbull – Wordle-like game where you only get match counts

    1 project | news.ycombinator.com | 5 Sep 2026
  • Introducing TaxUI: A Modern Declarative HTML & CSS Framework with Zero JavaScript

    1 project | dev.to | 5 Sep 2026
  • I accidentally reinvented CSS progress() and then I published it anyway.

    2 projects | dev.to | 1 Sep 2026
  • Show HN: Lexino – Build five-letter words with letter dominoes

    1 project | news.ycombinator.com | 30 Aug 2026
  • Polymarket Trading Bot Setup: Practical 2026 Guide

    1 project | dev.to | 26 Aug 2026