Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Cli

Cli

1300 projects

Showing 36 of 1300 projects

ncp
ncpGo

A CLI tool for transferring files and folders to and from NFS servers without mounting the volume.

#nfs#network-storage#nfs-client
Stars39
Forks2
Last commit1 year ago
bureau
bureauShell

A fast, informative ZSH theme with asynchronous git status display, optimized for large repositories.

#developer-tools#shell-prompt#terminal
Stars38
Forks3
Last commit4 years ago
antidote-use-omz
antidote-use-omzShell

A Zsh plugin that seamlessly integrates Oh-My-Zsh with the antidote plugin manager, handling dependencies and performance optimizations.

#plugin-manager#developer-tools#shell-tools
Stars38
Forks0
Last commit5 months ago
meteor-hero
meteor-heroJavaScript

A zero-configuration tool to instantly deploy MeteorJS applications to Heroku with one command.

#deployment#meteor-apps#npm-package
Stars38
Forks3
Last commit3 years ago
nvs
nvsGo

A lightweight CLI tool to install, switch, and manage multiple Neovim versions and configurations.

#developer-tools#neovim-version-manager#text-editor
Stars38
Forks1
Last commit2 days ago
yarn-extra-completion
yarn-extra-completionShell

ZSH completion plugin for yarn that provides intelligent package and script suggestions.

#developer-tools#completion#npm
Stars37
Forks6
Last commit3 years ago
cli-columns
cli-columnsJavaScript

A Node.js library for formatting arrays of strings into aligned columns in the terminal, with Unicode and ANSI escape code support.

#formatting#command-line-tools#unicode
Stars37
Forks3
Last commit4 years ago
claudia-statusline
claudia-statuslineRust

A high-performance statusline for Claude Code that displays workspace info, git status, model usage, session costs, and context usage in real-time.

#developer-tools#productivity-tools#claude-code
Stars36
Forks5
Last commit
docopt.fs
docopt.fsF#

A command-line argument parser for F# that generates the parser from a help message using the docopt language.

#parsing#docopt#help-generation
Stars36
Forks2
Last commit6 years ago
wafalyzer
wafalyzerCrystal

A Crystal-based utility that detects Web Application Firewalls (WAFs) through passive analysis and active probing.

#waf#waf-detection#crystal-lang
Stars35
Forks10
Last commit3 years ago
cosmosvanity
cosmosvanityGo

A CLI tool for generating Cosmos blockchain vanity addresses with customizable patterns.

#cosmos#cryptocurrency#cosmos-sdk
Stars35
Forks16
Last commit3 years ago
Xavtool
XavtoolGo

A command-line utility to automatically increment version numbers for iOS, Android, UWP, and Cordova applications.

#semver#xamarin#ios
Stars35
Forks2
Last commit7 years ago
terrac
terracTypeScript

A CLI tool to set up a minimal private module registry for Terraform and OpenTofu using cloud storage.

#private-registry#opentofu#serverless
Stars34
Forks0
Last commit7 months ago
prompt
promptElixir

A terminal UI library for building interactive command-line interfaces in Elixir.

#elixir#developer-tools#tui
Stars34
Forks3
Last commit7 months ago
Svarog
SvarogTypeScript

A CLI tool that generates Cloud Firestore security rule helpers for JSON Schema validation.

#database#firestore#cli-tool
Stars34
Forks3
Last commit3 years ago
fuzzy-search-and-edit
fuzzy-search-and-editShell

A Zsh plugin for fuzzy searching files and instantly opening them at matched lines in your editor.

#developer-tools#editor-integration#zsh-plugin
Stars34
Forks9
Last commit6 years ago
mber
mberJavaScript

A fast, minimal, and strict alternative to the Ember.js CLI that uses TypeScript, Module Unification, and multithreaded builds.

#emberjs#glimmerjs#javascript-framework
Stars34
Forks0
Last commit3 years ago
ngx-translate-lint
ngx-translate-lintTypeScript

A CLI tool for linting ngx-translate keys in Angular applications using regex to find missing, unused, or misprinted keys.

#hacktoberfest#regex#lint
Stars34
Forks10
Last commit2 months ago
gulp (akoenig)
gulp (akoenig)Shell

Provides zsh autocompletion for gulp.js tasks in projects with a gulpfile.js.

#autocompletion#gulp#developer-tools
Stars33
Forks9
Last commit3 months ago
npm-clang-format-node
npm-clang-format-nodeJavaScript

Node wrapper for LLVM Clang's clang-format and git-clang-format native binaries, providing secure, automated builds.

#clang-format#clang#developer-tools
Stars33
Forks2
Last commit4 days ago
orpheus
orpheusGo

A high-performance Go CLI framework with zero dependencies, offering ~30× faster parsing and a pluggable storage system.

#sub-command#cli-app#plugin-system
Stars33
Forks0
Last commit3 months ago
Cling
ClingCrystal

A modular, non-macro-based command-line interface library for Crystal, offering full control over CLI design without embedded macros.

#modular#help-templates#crystal-lang
Stars33
Forks3
Last commit1 year ago
Lintier
LintierTypeScript

CLI to quickly setup ESLint and Prettier in TypeScript projects with optional stylelint and lint-staged.

#rc-files#formatting#developer-tools
Stars33
Forks0
Last commit6 months ago
clicr
clicrCrystal

A simple declarative command line interface builder for Crystal with compile-time validation.

#command-line-tools#cli-builder#macros
Stars32
Forks3
Last commit5 years ago
werk
werkCrystal

A local CI pipeline runner with parallel execution, Docker support, and declarative YAML configuration.

#parallel-execution#workflow-automation#parallel-jobs
Stars32
Forks3
Last commit6 months ago
Minicli
MinicliOCaml

A minimalist OCaml library for parsing command-line arguments with strict validation and clear error messages.

#ocaml-library#functional-programming#unix-philosophy
Stars32
Forks2
Last commit6 years ago
PIC Standard
PIC StandardPython

A local-first protocol for AI agents to verify intent, provenance, and evidence before executing high-impact tool calls.

#ai#agentic-ai#python-library
Stars31
Forks8
Last commit14 days ago
goinside
goinsideJavaScript

A command line tool that simplifies running bash inside Docker containers with proper terminal sizing.

#devops#terminal#command-line-tool
Stars31
Forks2
Last commit5 years ago
birdknife
birdknifeJavaScript

A full-featured, cross-platform Twitter client for the command line, built with Vorpal and inspired by TTYtter.

#social-media#twitter-cli#tweets
Stars31
Forks4
Last commit8 years ago
progressbar
progressbarV

A V library for creating CLI progress bars and status indicators with customizable formatting.

#open-source#library#vlang
Stars31
Forks2
Last commit3 years ago
Ctrl+C
Ctrl+CC++

A cross-platform C++11 library for handling Ctrl+C signals with custom functions on Windows, Linux, and macOS.

#graceful-shutdown#macosx#cplusplus-11
Stars31
Forks5
Last commit1 year ago
vqrcode
vqrcodeV

A command-line tool for generating QR codes with ASCII, SVG, and PNG output, plus styling and logo embedding.

#png#qr-code#vlang
Stars30
Forks5
Last commit11 months ago
vl
vlGo

A CLI tool that verifies the current status of URIs in text files like markdown documentation.

#web-crawling#link-checker#validation
Stars30
Forks3
Last commit2 years ago
tv-remote-cli
tv-remote-cliJavaScript

A command-line interface for remotely controlling Samsung Smart TVs from your terminal.

#iot#home-automation#remote-control
Stars30
Forks2
Last commit8 years ago
Stitchocker
StitchockerShell

A lightweight CLI utility for grouping multiple Docker Compose services into a single application.

#service-grouping#devops#container-orchestration
Stars30
Forks2
Last commit2 years ago
Self Command
Self CommandTypeScript

An MCP tool that enables the Gemini CLI to execute commands on itself, run background tasks, and manage tmux sessions programmatically.

#agent-tooling#gemini-cli-extensions#gemini-cli-extension
Stars30
Forks6
Last commit
PreviousPage 29 of 37Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
2 months ago
5 months ago
#Developer Tools413
#Terminal347
#Cli Tool338
#Command Line334
#Command Line Tool257
#Productivity215
#Go209
#Rust189
#Automation185
#Nodejs158
#Golang154
#Devops141