Command

Top 23 Command Open-Source Projects

  • cobra

    A Commander for modern Go CLI interactions

    Project mention: Build your own curl in Golang | dev.to | 2024-03-27

    In this tutorial, we'll walk through the process of creating a simple command-line tool similar to curl using Go and Cobra, a CLI library for Go.

  • vercel

    Develop. Preview. Ship.

    Project mention: React to Vercel: Deployment Made Easy. | dev.to | 2024-03-12

    To do this just head over to Vercel and log in if you're not already logged in. If this is your first project, you'll be seeing something like this.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • serve

    Static file serving and directory listing

  • You-Dont-Need-GUI

    Stop relying on GUI; CLI **ROCKS**

  • design_patterns_in_typescript

    :triangular_ruler: Design pattern implementations in TypeScript

  • command-injection-payload-list

    🎯 Command Injection Payload List

  • erdtree

    A modern, cross-platform, multi-threaded, and general purpose filesystem and disk-usage utility that is aware of .gitignore and hidden file rules.

    Project mention: How can someone who has primarily worked in Web/Mobile development break into systems engineering? | /r/ExperiencedDevs | 2023-08-18

    The most substantial project that I have to show for my knowledge of the lower level topics is this project I work on in my spare-time called erdtree and I'm really banking on that to stand-in as "experience" in the absence of professional systems experience.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • CliFx

    Class-first framework for building command-line interfaces

  • arg

    Simple argument parsing

  • venom

    🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions (by ovh)

    Project mention: Ask HN: What's your favorite software testing framework and why? | news.ycombinator.com | 2023-05-21

    You can also load fixtures in database directly, work with Kafka queues both as a producer (e.g. write an event to a Kafka queue, wait a few seconds and see that it was consumed by the service you test, and that some side effects can be observed) or as a consumer (e.g. make sure after an HTTP call, an event was correctly pushed to a queue), or even read a mailbox in IMAP to check that your service correctly send an email.

    It's a bit rough on the edges sometimes, but I'd never go back on writing integration tests directly in my programming language. Declarative is the way to go.

    [1]: https://github.com/ovh/venom

  • jwt-cracker

    Simple HS256, HS384 & HS512 JWT token brute force cracker.

  • cmd

    Non-blocking external commands in Go with streaming output (by go-cmd)

  • rush

    A cross-platform command-line tool for executing jobs in parallel (by shenwei356)

  • slacker

    Slack Bot Framework

    Project mention: Slack Bot Framework | /r/golang | 2023-06-29

    We just released v2.0.0-alpha1 of https://github.com/shomali11/slacker

  • py_cui

    A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.

  • ffmpeg-commander

    🛠️ FFmpeg Command Generator Web UI

    Project mention: Web front end for ephemeral docker containers? | /r/homelab | 2023-05-16

    https://github.com/alfg/ffmpeg-commander might be what you're looking for. i think you use it with https://github.com/alfg/ffmpegd

  • discordx

    🤖 Create a discord bot with TypeScript and Decorators!

  • u-service

    Represent use cases in a simple and powerful way while writing modular, expressive and sequentially logical code.

  • vue-command-palette

    ⌨️ A fast, composable, unstyled command palette interface for Vue.

  • hoard

    cli command organizer written in rust (by Hyde46)

  • tsukae

    🐚📊 Show off your most used shell commands

  • crudini

    A utility for manipulating ini files

  • Cliffy

    NodeJS Framework for Interactive CLIs

    Project mention: Is Node.js a good way to implement a CLI app with persistence? | /r/node | 2023-06-02

    Due to Node's asynchronous behavior, it makes Node great for long-running processes that make a lot of HTTP requests, database calls, and other async ops, like a web server or a REST API. However, if I am making a CLI tool for pretty much personal use only, with very minimal async operations, then blocking the event loop with a synchronous function that will resolve almost immediately will make no difference perceivable to a human brain or have any speed benefits that someone can actually observe (think `fs.readFileSync` or `require('dotenv') of 10 line config file, or a quick embedded db (sqlite) query with only ~100 records. I'm wondering what the best way to implement the database part of the app synchronous. I can read/write to JSON files but it would be tricky because the data is relational, and some complex joins and other data wrangling operations are required (complex to perform in JS but are easy to implement in a SQL statement). It's not important what the operations are, that's not the point of this post. This is mostly a personal project of interest: making this CLI tool completely avoiding any async operations/using no promises. I would like to use node tho, as I said this is just out of interest and I also want to experiment with several CLI libraries such as Ink or Cliffy.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-27.

Command related posts

Index

What are some of the best open-source Command projects? This list will help you:

Project Stars
1 cobra 35,583
2 vercel 12,023
3 serve 9,113
4 You-Dont-Need-GUI 5,352
5 design_patterns_in_typescript 5,069
6 command-injection-payload-list 2,582
7 erdtree 2,230
8 CliFx 1,411
9 arg 1,193
10 venom 958
11 jwt-cracker 919
12 cmd 863
13 rush 823
14 slacker 808
15 py_cui 734
16 ffmpeg-commander 631
17 discordx 566
18 u-service 512
19 vue-command-palette 481
20 hoard 460
21 tsukae 433
22 crudini 419
23 Cliffy 347
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com