awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Terminal- und CLI-Utilities

Ranking aktualisiert am 23. Juni 2026

For Terminal- und CLI-Utilities, the strongest matches are microsoft/terminal (This project is a terminal emulator that provides a), jlevy/the-art-of-command-line (This project is a comprehensive technical reference and educational) and rvc-boss/gpt-sovits (GPT-SoVITS is a text-to-speech synthesis engine and voice cloning). vadimdemedes/ink and pallets/flask round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Kommandozeilen-Tools und Terminal-Emulatoren, die darauf ausgelegt sind, die Produktivität von Entwicklern und Systemadministratoren zu verbessern.

Terminal- und CLI-Utilities

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/terminalAvatar von microsoft

    microsoft/terminal

    103,685Auf GitHub ansehen↗

    This project is a terminal emulator that provides a modern command-line interface with support for tabbed navigation, GPU-accelerated text rendering, and comprehensive Unicode character display. It functions as a host for multiple shell sessions, managing them as independent processes within a unified windowing environment while maintaining compatibility with legacy console applications through a robust sequence parsing engine. Beyond its role as a standalone application, the project is built on a modular architecture that exposes its core logic as a reusable library. This design allows devel

    C++Modern Terminal EmulatorsCommand-Line Profile ManagersGPU-Accelerated Renderers
    Auf GitHub ansehen↗103,685
  • jlevy/the-art-of-command-lineAvatar von jlevy

    jlevy/the-art-of-command-line

    161,352Auf GitHub ansehen↗

    This project is a comprehensive technical reference and educational resource designed to improve proficiency with command-line interfaces. It functions as a productivity toolkit, providing a structured knowledge base of essential terminal operations, system administration tasks, and high-impact command sequences for daily development workflows. The guide distinguishes itself through its cross-platform approach, offering standardized documentation that maps utility usage across Linux, macOS, and Windows environments. It provides specific guidance for managing native tools and compatibility lay

    Command Line ReferencesCommand Line TutorialsCross-Platform Terminal Manuals
    Auf GitHub ansehen↗161,352
  • rvc-boss/gpt-sovitsAvatar von RVC-Boss

    RVC-Boss/GPT-SoVITS

    58,724Auf GitHub ansehen↗

    GPT-SoVITS is a text-to-speech synthesis engine and voice cloning toolkit designed for generating natural-sounding human speech. It functions as a neural audio processing pipeline that maps input text to high-fidelity audio waveforms, utilizing conditional variational autoencoders and flow-based decoders to ensure expressive output. The platform distinguishes itself through its ability to perform few-shot voice cloning and cross-lingual speech generation, allowing users to maintain a specific speaker's vocal identity and emotional delivery across multiple languages. By employing cross-modal l

    PythonAcoustic ModelsCross-Lingual Speech GeneratorsSynthetic Speech Generation
    Auf GitHub ansehen↗58,724
  • vadimdemedes/inkAvatar von vadimdemedes

    vadimdemedes/ink

    38,933Auf GitHub ansehen↗

    Ink is a declarative framework for building interactive command-line applications using a component-based architecture. It functions as a console renderer that maps component trees to terminal output buffers, allowing developers to manage stateful interfaces through standard component reconciliation. By translating high-level layout and style properties into terminal control codes, it enables the creation of responsive, dynamic interfaces within the console. The framework distinguishes itself by integrating a cross-platform layout engine that applies a flexible box model to the character-base

    TypeScriptTerminal UI FrameworksDeclarative Terminal FrameworksTerminal Rendering Engines
    Auf GitHub ansehen↗38,933
  • pallets/flaskAvatar von pallets

    pallets/flask

    71,703Auf GitHub ansehen↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central application object, it allows developers to manage routing rules, template settings, and resource loading within a unified project environment. The framework distinguishes itself through a modular component architecture that enables the organization of routes, templates, and static files

    PythonApplication RegistriesMicro-frameworksRequest Data Accessors
    Auf GitHub ansehen↗71,703
  • romkatv/powerlevel10kAvatar von romkatv

    romkatv/powerlevel10k

    54,468Auf GitHub ansehen↗

    Powerlevel10k is a high-performance shell prompt framework designed to provide a responsive and visually informative command-line interface. It functions as a terminal customization engine that allows users to define the appearance, color schemes, and information density of their prompt through a declarative configuration file. By decoupling prompt rendering from shell initialization, it eliminates startup latency and ensures that the command line remains responsive even under heavy system loads. The project distinguishes itself through advanced performance optimizations, including asynchrono

    ShellAsynchronous Execution StrategiesAsynchronous Prompt RenderersPrompt Customization Tools
    Auf GitHub ansehen↗54,468
  • charmbracelet/lipglossAvatar von charmbracelet

    charmbracelet/lipgloss

    10,591Auf GitHub ansehen↗

    This project is a framework for composing terminal interfaces through declarative styling and a grid-based layout engine. It provides a comprehensive toolkit for building responsive command-line applications by managing ANSI escape sequences, color profiles, and text rendering to ensure consistent visual output across different terminal environments. The library distinguishes itself through its ability to automatically detect terminal capabilities and background themes, allowing it to adjust color schemes and downsample profiles for optimal readability. It utilizes a layered composition model

    GoTerminal User InterfacesANSI Escape Sequence RenderersTerminal Layout Engines
    Auf GitHub ansehen↗10,591
  • alacritty/alacrittyAvatar von alacritty

    alacritty/alacritty

    64,592Auf GitHub ansehen↗

    Alacritty is a cross-platform terminal emulator that provides a consistent command-line environment across Linux, macOS, and Windows. It functions as a configuration-driven terminal, relying on a declarative file format to manage user preferences, key bindings, and visual styling. The application distinguishes itself through a high-performance architecture that offloads text rendering to the graphics processor. By utilizing zero-copy terminal emulation, it processes incoming byte streams directly into a grid-based memory buffer to minimize data duplication and latency during output. The proj

    RustConfiguration-Driven TerminalsCross-Platform Terminal EmulatorsHigh-Performance Terminal Emulators
    Auf GitHub ansehen↗64,592
  • 11ty/eleventyAvatar von 11ty

    11ty/eleventy

    19,670Auf GitHub ansehen↗

    Eleventy is a JavaScript-based static site generator designed to transform templates, data files, and markdown into optimized HTML. It functions as a versatile template rendering engine and content management framework, allowing developers to aggregate data from diverse sources—including local files, databases, and external APIs—to populate structured web content. The project is distinguished by its template-engine-agnostic pipeline, which decouples the build process from specific rendering languages. This allows users to integrate multiple template formats, such as Liquid, Nunjucks, Handleba

    JavaScriptStatic Site GeneratorsStatic Site GeneratorsExternal Data Integrations
    Auf GitHub ansehen↗19,670
  • ohmyzsh/ohmyzshAvatar von ohmyzsh

    ohmyzsh/ohmyzsh

    188,061Auf GitHub ansehen↗

    This project is a community-driven shell configuration framework designed to manage terminal environments, modular extensions, and command-line interface customizations. It functions as an environment manager that standardizes shell settings and appearance across diverse Unix-like operating systems, ensuring a consistent experience through automated deployment and initialization scripts. The framework distinguishes itself through a modular plugin architecture and a comprehensive theme system that allows for deep visual and functional customization. Users can extend shell capabilities by activ

    ShellZsh FrameworksPrompt Theme EnginesShell Configuration Frameworks
    Auf GitHub ansehen↗188,061
  • anomalyco/opencodeAvatar von anomalyco

    anomalyco/opencode

    175,152Auf GitHub ansehen↗

    OpenCode is a framework for orchestrating autonomous AI agents within development environments. It provides a multi-tiered architecture where primary assistants manage user interaction while specialized subagents handle specific tasks like planning, research, and code generation. The system includes a comprehensive command-line interface for managing these workflows, configuring agent behavior, and defining custom tools or commands through metadata-rich files. The platform features a modular plugin system and extensive integration support, including standardized protocols for connecting local

    TypeScriptAgent ConfigurationsAction Resolution PoliciesMCP Server Controls
    Auf GitHub ansehen↗175,152
  • textualize/richAvatar von Textualize

    Textualize/rich

    56,636Auf GitHub ansehen↗

    Rich is a comprehensive library for building sophisticated command-line interfaces and terminal applications. It provides a robust console formatting engine and a layout framework that enables developers to render rich text, syntax-highlighted code, and complex data structures directly in the terminal. By utilizing a recursive constraint-based layout engine, the library allows for the creation of hierarchical grids, panels, and trees that maintain their structure even as terminal dimensions change. What distinguishes the library is its ability to manage persistent, real-time terminal interfac

    PythonCommand Line Interface FrameworksConsole Formatting EnginesConstraint-Based
    Auf GitHub ansehen↗56,636
  • chalk/chalkAvatar von chalk

    chalk/chalk

    23,262Auf GitHub ansehen↗

    Chalk is a Node.js console formatter and terminal styling library used to add colors and text modifiers to command line output. It functions as a tool for formatting strings with foreground colors, background tints, and text styles using ANSI escape sequences. The library includes a terminal color support detector that automatically determines the color depth and capabilities of the current environment. It features an ANSI color downsampler that converts RGB, Hex, or 256-color values to the nearest compatible format based on the detected terminal capabilities. The project provides capabiliti

    JavaScriptTerminal Text StylingANSI DownsamplersCapability Detection
    Auf GitHub ansehen↗23,262
  • starship/starshipAvatar von starship

    starship/starship

    58,310Auf GitHub ansehen↗

    Starship is a cross-shell prompt engine that provides a unified, context-aware command line interface. It functions as a terminal customization tool, allowing users to modify the appearance and behavior of their shell prompts through a centralized, configuration-driven utility. The project operates as a compiled, statically linked binary that integrates directly into shell startup sequences to ensure consistent performance across different operating systems. By utilizing shell-agnostic hooks, it injects dynamically generated strings into the prompt regardless of the underlying command interpr

    RustCross-ShellCross-Platform Shell ExtensionsTerminal Customization Tools
    Auf GitHub ansehen↗58,310
  • fastapi/typerAvatar von fastapi

    fastapi/typer

    19,632Auf GitHub ansehen↗

    This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili

    PythonCLI FrameworksCommand Line InterfacesCLI Command Frameworks
    Auf GitHub ansehen↗19,632
  • sharkdp/batAvatar von sharkdp

    sharkdp/bat

    59,284Auf GitHub ansehen↗

    This project is a command-line text viewer designed to enhance terminal output through automatic syntax highlighting and integrated file management. It functions as a replacement for standard system pagers, providing a readable interface for large text streams, source code, and markup files by applying color-coded formatting directly to the terminal output. The utility distinguishes itself through deep integration with version control systems, allowing users to inspect repository status and historical file changes with visual markers displayed in the output margin. It employs heuristic-based

    RustTerminal PagersDiff ViewersSyntax Highlighters
    Auf GitHub ansehen↗59,284
  • magicmonty/bash-git-promptAvatar von magicmonty

    magicmonty/bash-git-prompt

    6,924Auf GitHub ansehen↗

    bash-git-prompt is a Bash shell extension and prompt customizer that integrates real-time Git status indicators directly into the terminal. It functions as a shell theme that displays branch names, commit divergence, and file status markers within the command line interface. The project distinguishes itself through a hierarchical configuration system that allows for directory-specific overrides of global settings. It includes performance tuning options to maintain shell responsiveness in large repositories by selectively disabling expensive operations such as remote fetching or untracked file

    ShellGit Status IndicatorsGit Command Line ExtensionsShell Integration
    Auf GitHub ansehen↗6,924
  • cmderdev/cmderAvatar von cmderdev

    cmderdev/cmder

    26,937Auf GitHub ansehen↗

    Cmder is a console emulator and terminal environment for Windows that provides a unified interface for managing multiple command-line sessions. It functions as a container host, wrapping existing console engines and shell processes within a single tabbed window to improve workflow organization and terminal navigation. The software distinguishes itself by bundling disparate console engines and Unix-style utilities into a single, pre-configured distribution. It utilizes a shell environment orchestrator that injects custom scripts and hooks into active processes, allowing for modified prompt beh

    PowerShellTerminal EmulatorsShell Environment OrchestratorsTerminal Emulators
    Auf GitHub ansehen↗26,937
  • zerebos/ghostty-configAvatar von zerebos

    zerebos/ghostty-config

    2,751Auf GitHub ansehen↗

    This project is a configuration manager and visual editor for the Ghostty terminal. It provides a dedicated interface for managing terminal settings, fonts, and colors, alongside a specialized generator for creating keyboard mappings and input sequences. The system enables the definition of complex keybindings and chained actions through an interactive editor. It features a live-preview synchronization system that updates the visual representation of terminal settings as values are modified. The toolset includes capabilities for importing, exporting, and sharing configuration files via uploa

    SvelteTerminal Emulator ConfigurationAction Sequence ChainingKeybinding Browsers & Editors
    Auf GitHub ansehen↗2,751
  • tmux/tmuxAvatar von tmux

    tmux/tmux

    46,643Auf GitHub ansehen↗

    This project is a terminal multiplexer that enables multiple terminal sessions to run simultaneously within a single window or a detached background process. By decoupling the client interface from a persistent server process, it allows users to maintain long-running command-line tasks that continue to execute even after disconnecting from a remote host. The system functions as a terminal window manager and process controller, providing a text-based interface to organize multiple shell processes into custom tiled layouts. It distinguishes itself through a programmable command-line interface t

    CTerminal MultiplexersTerminal EmulatorsPersistent Session Managers
    Auf GitHub ansehen↗46,643
  • akinomyoga/ble.shAvatar von akinomyoga

    akinomyoga/ble.sh

    4,015Auf GitHub ansehen↗

    ble.sh is a programmable line editor for Bash that provides syntax highlighting, auto-completion, and advanced text editing capabilities. It functions as a Bash syntax highlighter and command completion engine to enhance the standard shell input experience. The project implements a Vim-inspired shell editor, bringing motions, visual modes, and macros to the command line. It further distinguishes itself with a system for text abbreviation expansion and a modal interaction system that toggles between insert and command modes. The editor supports multiline command input and a dynamic suggestion

    ShellShell Line EditorsVim-Style Application KeybindingsCommand Completion Systems
    Auf GitHub ansehen↗4,015
  • nvbn/thefuckAvatar von nvbn

    nvbn/thefuck

    97,358Auf GitHub ansehen↗

    This tool is a rule-based engine designed to automate the correction of failed terminal commands. By integrating directly into the shell environment, it intercepts command execution errors, analyzes exit codes and output streams, and applies corrective logic to resolve typos or syntax mistakes. It functions as a persistent background utility that monitors command history to provide immediate remediation for input failures. The system distinguishes itself through a modular, plugin-oriented architecture that allows for extensive customization. Users can define their own correction rules via scr

    PythonCommand Error Correction EnginesCommand-Line Correction EnginesTerminal Error Recovery Tools
    Auf GitHub ansehen↗97,358
  • tmuxinator/tmuxinatorAvatar von tmuxinator

    tmuxinator/tmuxinator

    13,648Auf GitHub ansehen↗

    Tmuxinator is a configuration-driven session manager and workspace automation tool for tmux. It acts as a terminal multiplexer orchestrator that translates structured project definitions into shell commands to define and launch complex window and pane layouts. The project distinguishes itself through declarative configuration and lifecycle management. It utilizes YAML-based mapping and template-based variable injection to create reusable session configurations, while providing hook-based execution to trigger custom scripts during startup, restart, or shutdown. Its broader capabilities includ

    RubyEnvironment Bootstrappingtmux Session ManagersConfiguration Templating
    Auf GitHub ansehen↗13,648
  • tj/commander.jsAvatar von tj

    tj/commander.js

    28,282Auf GitHub ansehen↗

    Commander.js is a framework for building command-line interfaces and terminal applications. It functions as an argument parsing library and command lifecycle manager, transforming raw terminal input strings into structured, validated objects for use in executable scripts. The system utilizes a recursive command tree pattern, allowing developers to organize complex execution flows through nested subcommands. It features a declarative interface for defining command-line flags and arguments, which maps user input directly to internal state properties. To assist with usability, the framework auto

    JavaScriptCLI FrameworksArgument ParsersTerminal Application Development
    Auf GitHub ansehen↗28,282
  • wez/weztermAvatar von wez

    wez/wezterm

    26,671Auf GitHub ansehen↗

    WezTerm is a cross-platform terminal emulator and multiplexer implemented in Rust. It provides a consistent command-line environment across Windows, macOS, and Linux, utilizing GPU acceleration to render text and interfaces with low latency. The project integrates terminal multiplexing capabilities, allowing users to manage multiple concurrent shell sessions and windows within a single instance. This enables the organization of workflows through persistent background tasks and workspace switching. The system supports programmable configuration files to define terminal behavior and appearance

    RustTerminal EmulatorsCross-Platform Abstraction LayersCross-Platform Terminal Emulators
    Auf GitHub ansehen↗26,671
  • wezterm/weztermAvatar von wezterm

    wezterm/wezterm

    24,335Auf GitHub ansehen↗
    RustTerminal GraphicsDeveloper UtilitiesTerminal Applications
    Auf GitHub ansehen↗24,335
  • pallets/clickAvatar von pallets

    pallets/click

    17,560Auf GitHub ansehen↗

    Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining command structures, allowing developers to map functions to command-line arguments, options, and nested groups using decorators. The framework handles the complexities of parameter parsing, type validation, and help documentation generation automatically. The project distinguishes itself through its hierarchical context system, which propagates configuration and state across nested commands, and its environment-aware parameter resolution that prioritizes command-line inputs, enviro

    PythonCLI FrameworksFrameworksCLI Command Frameworks
    Auf GitHub ansehen↗17,560
  • alebcay/awesome-shellAvatar von alebcay

    alebcay/awesome-shell

    37,110Auf GitHub ansehen↗

    This project is a community-driven directory that serves as a comprehensive index of command-line tools, frameworks, and resources. It functions as a curated knowledge base designed to help users discover software for enhancing terminal environments and streamlining daily development tasks. The collection is maintained through an open-source contribution model, where community members manually verify and organize resources into structured categories. This collaborative approach ensures the directory remains a reliable reference for finding specialized utilities, alternative shell implementati

    Awesome ListTerminal Productivity ToolsAwesome Lists
    Auf GitHub ansehen↗37,110
  • microsoft/vscode-tips-and-tricksAvatar von microsoft

    microsoft/vscode-tips-and-tricks

    9,086Auf GitHub ansehen↗

    This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a curated collection of shortcuts, configuration tips, and tutorials designed to improve efficiency and optimize the daily coding workflow. The resource covers advanced AI-assisted development, including the integration of autonomous agents, custom prompt files, and AI-powered coding assistants for task automation and code generation. It also provides specialized guidance on integrated terminal management, such as configuring shell profiles and automating command execution. Addi

    Productivity OptimizationAI Agent IntegrationsAI Coding Assistants
    Auf GitHub ansehen↗9,086
  • kovidgoyal/kittyAvatar von kovidgoyal

    kovidgoyal/kitty

    33,462Auf GitHub ansehen↗

    Kitty is a high-performance, GPU-accelerated terminal emulator designed to provide a consistent and extensible workspace across different operating systems. It leverages graphics hardware to render text, images, and complex layouts with low latency, while providing a robust environment for demanding command-line workflows. The project distinguishes itself through its integrated workspace management and programmable interface. It functions as a tiling window manager that organizes terminal windows, tabs, and layouts into persistent, keyboard-driven sessions. Users can automate complex workflow

    PythonTerminal EmulatorsTerminal Graphics RenderingTerminal Multiplexers
    Auf GitHub ansehen↗33,462
  • github/awesome-copilotAvatar von github

    github/awesome-copilot

    35,119Auf GitHub ansehen↗

    Awesome Copilot is a comprehensive framework for autonomous software development, providing the infrastructure to orchestrate multi-agent teams and automate complex coding workflows. It functions as a centralized platform for managing AI-driven development, enabling developers to deploy specialized agents that interact with local files, terminal commands, and external APIs to execute end-to-end software delivery tasks. The project distinguishes itself through its focus on governance and extensibility, offering a suite of security controls, policy-based execution guardrails, and audit trails t

    PythonAwesome ListAgent GovernanceAI Assistant Integrations
    Auf GitHub ansehen↗35,119
  • fish-shell/fish-shellAvatar von fish-shell

    fish-shell/fish-shell

    33,687Auf GitHub ansehen↗

    This project is an interactive command-line shell designed to provide a user-friendly terminal environment for system interaction and task automation. It functions as both an interactive interface for developers and a scripting runtime, featuring a clean, consistent syntax that simplifies command execution and process management. The shell distinguishes itself through a focus on discoverability and real-time feedback. It includes a predictive suggestion engine that offers command completions and history-based hints as you type, alongside a dedicated parser that provides immediate visual feedb

    RustShells & ScriptingAutomation FrameworksInteractive Command Interfaces
    Auf GitHub ansehen↗33,687
  • npm/cliAvatar von npm

    npm/cli

    9,846Auf GitHub ansehen↗

    This project is a command line interface for managing, installing, and publishing JavaScript packages to a remote registry. It serves as a dependency resolution tool, a software registry publishing client, and a security auditor for Node.js development workflows. The tool distinguishes itself by providing integrated monorepo workspace management and a comprehensive registry authentication client that supports multi-factor authentication. It enables detailed control over the software supply chain through provenance attestations, package signature verification, and the generation of a Software

    JavaScriptDependency InstallersPackage ManagersDependency Auditing
    Auf GitHub ansehen↗9,846
  • ghostty-org/ghosttyAvatar von ghostty-org

    ghostty-org/ghostty

    56,570Auf GitHub ansehen↗

    Ghostty is a cross-platform terminal emulator that utilizes GPU-accelerated rendering to provide high-performance text output and low-latency input. It functions as a unified terminal environment, maintaining consistent feature parity and configuration across different operating systems through a specialized windowing abstraction layer. The application is built on a declarative configuration engine that allows users to manage settings, keybindings, and visual themes using modular, plain-text files. It supports dynamic hot-reloading, enabling users to apply configuration changes in real-time w

    ZigTerminal EnvironmentsTerminal EmulatorsTerminal Integration Interfaces
    Auf GitHub ansehen↗56,570
  • eza-community/ezaAvatar von eza-community

    eza-community/eza

    20,014Auf GitHub ansehen↗

    Eza is a command-line utility designed to replace standard directory listing tools by providing a more informative and visually intuitive interface for exploring file systems. Built with memory-safe systems programming, it queries low-level operating system interfaces to retrieve and display comprehensive file metadata, including permissions, ownership, and modification times. The tool distinguishes itself through its use of terminal-based color coding and advanced organization capabilities. It maps structured file metadata to specific color sequences to improve readability and offers modular

    RustTerminal File ManagersCommand Line UtilitiesDirectory Operations
    Auf GitHub ansehen↗20,014
  • zsh-users/zsh-autosuggestionsAvatar von zsh-users

    zsh-users/zsh-autosuggestions

    35,705Auf GitHub ansehen↗

    This project is a shell plugin that provides real-time command suggestions to accelerate terminal input. By hooking into the command line editor and utilizing a strategy-based prediction engine, it generates completions derived from command history, shell completion data, or custom user-defined sources. The tool distinguishes itself by rendering suggestions as a visual ghost layer directly within the terminal buffer using ANSI-styled overlays. To maintain a responsive command-line environment, it performs all prediction calculations in the background, ensuring that heavy computation does not

    ShellCommand Prediction EnginesTerminal Productivity ToolsShell Integration Hooks
    Auf GitHub ansehen↗35,705
  • jarun/nnnAvatar von jarun

    jarun/nnn

    21,630Auf GitHub ansehen↗

    This project is a keyboard-driven terminal file manager designed for efficient navigation and manipulation of local and remote filesystems. It functions as both a standalone console file explorer and a versatile file picker, allowing users to select paths and pass them to external shell commands or system utilities for automated workflows. The application distinguishes itself through a highly modular architecture that supports compile-time feature flagging and static binary compilation, ensuring a minimal memory footprint and portability across environments. Users can extend its core function

    CFile ExplorersTerminal File ManagersFile Selection Pickers
    Auf GitHub ansehen↗21,630
  • dandavison/deltaAvatar von dandavison

    dandavison/delta

    31,136Auf GitHub ansehen↗

    Delta is a command-line pager that enhances the readability of terminal output by applying syntax highlighting and structured formatting to text streams. It functions as a specialized interface for version control systems, transforming standard output into color-coded, human-readable views. The tool distinguishes itself through its ability to render side-by-side diff comparisons and visualize merge conflicts with clear, semantic highlighting. It dynamically calculates column widths and text alignment to fit complex file comparisons within the constraints of a terminal window, while allowing u

    RustGit Diff ViewersSide-by-Side Diff ViewersTerminal Pagers
    Auf GitHub ansehen↗31,136
  • devtoys-app/devtoysAvatar von DevToys-app

    DevToys-app/DevToys

    31,666Auf GitHub ansehen↗

    DevToys is a cross-platform desktop application that functions as a comprehensive suite of offline utilities for common software development tasks. It provides a unified interface for performing data formatting, encoding, validation, and asset generation locally without requiring an internet connection. The application is built on a plugin-based extensibility framework that allows users to integrate custom utility modules to meet specific technical requirements. A core differentiator is its clipboard-aware management system, which monitors clipboard content to automatically suggest or open th

    C#Clipboard Content TransformersClipboard-Aware Suggestion EnginesClipboard-Based Selection
    Auf GitHub ansehen↗31,666
  • ajeetdsouza/zoxideAvatar von ajeetdsouza

    ajeetdsouza/zoxide

    37,467Auf GitHub ansehen↗

    Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a command-line navigation tool that allows users to jump to frequently accessed directories using partial names rather than typing out full file paths. The tool maintains a persistent, atomic file-based database that records navigation history, enabling rapid lookups and safe updates across multiple shell sessions. The project distinguishes itself through a frecency-based ranking algorithm, which calculates directory relevance by combining access frequency with temporal decay. Th

    RustCommand Line Navigation ToolsTerminal Navigation AcceleratorsDirectory Navigation Utilities
    Auf GitHub ansehen↗37,467
  • canop/brootAvatar von Canop

    Canop/broot

    12,740Auf GitHub ansehen↗

    Broot is an interactive terminal file manager designed for navigating, searching, and manipulating complex file system hierarchies. It provides a visual tree-based interface that allows users to explore disk contents, manage file operations, and execute shell commands directly within the command line environment. The tool distinguishes itself through real-time fuzzy searching and recursive tree traversal, which filter directory structures as you type to maintain a clear, relevant view of the file system. It integrates version control status directly into the navigation view, displaying branch

    RustTerminal File ManagersFile ExplorersFile System Navigators
    Auf GitHub ansehen↗12,740
  • charmbracelet/bubbleteaAvatar von charmbracelet

    charmbracelet/bubbletea

    43,164Auf GitHub ansehen↗

    This framework provides a functional architecture for building interactive command-line applications. It utilizes a reactive runtime engine that synchronizes application state, user input, and visual output through a central event-driven message loop. By employing a unidirectional data flow pattern, the framework separates the definition of application state from the logic that processes updates and the declarative rendering process that transforms state into terminal-ready output. The framework distinguishes itself through its approach to side-effect management and terminal environment adapt

    GoConcurrency ModelsTerminal Rendering EnginesTerminal User Interfaces
    Auf GitHub ansehen↗43,164
  • gpakosz/.tmuxAvatar von gpakosz

    gpakosz/.tmux

    24,278Auf GitHub ansehen↗

    This project is a comprehensive configuration framework for terminal multiplexers, designed to enhance session management, status line aesthetics, and overall command line productivity. It functions as a centralized suite that organizes terminal windows and panes while providing a structured environment for personalizing the command line interface. The framework distinguishes itself through a robust plugin management system that allows users to extend terminal capabilities by integrating third-party packages and external system utilities. It includes a specialized status bar customizer that s

    ShellMultiplexer Configuration FrameworksTerminal Multiplexer PluginsTerminal Multiplexers
    Auf GitHub ansehen↗24,278
  • dylanaraps/pure-bash-bibleAvatar von dylanaraps

    dylanaraps/pure-bash-bible

    41,355Auf GitHub ansehen↗

    This project is a curated knowledge base and technical reference for shell scripting, focused on performing common system tasks using only built-in shell features. It serves as a guide for implementing logic and automation without relying on external binaries or dependencies, ensuring scripts remain portable across standard Unix-like environments. The repository distinguishes itself by emphasizing native shell functions and syntax to minimize process forking and improve execution performance. It provides idiomatic patterns for complex string transformations, pattern matching, and data flow ma

    ShellCommand Line Knowledge BasesShell Scripting ReferencesLanguage Specifications
    Auf GitHub ansehen↗41,355
  • lotabout/skimAvatar von lotabout

    lotabout/skim

    6,850Auf GitHub ansehen↗

    Skim is an interactive text filter and terminal selection tool written in Rust. It functions as a command line interface utility that processes input streams to isolate specific entries through real-time user queries and sorting. The tool differentiates itself through ANSI compatibility, allowing it to parse color codes and maintain text formatting during the search process. It supports multiple matching strategies, including configurable fuzzy matching algorithms and regular expression integration. The application covers a broad range of capabilities including field-specific filtering, resu

    RustFuzzy MatchingInteractive Text FiltersANSI Sequence Parsers
    Auf GitHub ansehen↗6,850
  • sharkdp/fdAvatar von sharkdp

    sharkdp/fd

    43,362Auf GitHub ansehen↗

    This project is a high-performance command-line utility designed for rapid filesystem navigation and file discovery. It enables users to locate files and directories within large project structures using recursive search, pattern matching, and metadata-aware filtering. By employing multi-threaded parallel traversal, it provides an efficient way to explore complex directory trees. What distinguishes this tool is its ability to integrate directly into terminal workflows and automate file management tasks. It automatically respects version control ignore files and hidden file settings, ensuring

    RustFile Search UtilitiesFilesystem Search UtilitiesCommand Line Utilities
    Auf GitHub ansehen↗43,362
  • burntsushi/ripgrepAvatar von BurntSushi

    BurntSushi/ripgrep

    65,112Auf GitHub ansehen↗

    ripgrep is a command-line utility designed for searching through large file trees and source code repositories. It functions as a recursive text processor that traverses directories to locate and display matching patterns, serving as a high-performance alternative to traditional search tools. The tool distinguishes itself through a focus on execution speed and intelligent file handling. It utilizes a finite automata-based regular expression engine to ensure linear time complexity and employs hardware-level acceleration for literal byte sequence scanning. By integrating with version control sy

    RustCommand Line Search UtilitiesSearch UtilitiesText Search Tools
    Auf GitHub ansehen↗65,112
  • google/zxAvatar von google

    google/zx

    45,536Auf GitHub ansehen↗

    This project is a shell scripting environment and task automation toolset that enables the execution of system commands directly within JavaScript. It functions as a process execution wrapper, providing a unified interface for spawning external utilities, managing system processes, and orchestrating complex workflows. The tool distinguishes itself by using tagged template literals to automatically escape shell arguments, which prevents command injection vulnerabilities during execution. It supports both synchronous and asynchronous command execution, allowing developers to choose between bloc

    JavaScriptCommand Execution InterfacesTask Automation ToolkitsCommand Injection Protections
    Auf GitHub ansehen↗45,536
Die Top 10 auf einen Blick vergleichen
RepositoryStarsSpracheLizenzLetzter Push
microsoft/terminal103.7KC++MIT22. Juni 2026
jlevy/the-art-of-command-line161.4K——25. Juni 2024
rvc-boss/gpt-sovits58.7KPythonMIT16. Juni 2026
vadimdemedes/ink38.9KTypeScriptMIT12. Juni 2026
pallets/flask71.7KPythonBSD-3-Clause10. Juni 2026
romkatv/powerlevel10k54.5KShellMIT15. Juni 2026
charmbracelet/lipgloss10.6KGomit18. Feb. 2026
alacritty/alacritty64.6KRustApache-2.02. Juni 2026
11ty/eleventy19.7KJavaScriptmit25. Mai 2026
ohmyzsh/ohmyzsh188.1KShellMIT15. Juni 2026

Related searches

  • eine Sammlung von Terminal-Utilities für Entwickler
  • a terminal utility for improving developer productivity
  • ein Terminal-Emulator für den Zugriff auf die Kommandozeile
  • Terminal color standards
  • Produktivitäts-Tool für die Kommandozeile
  • Terminal notification tools
  • Command line utilities
  • a library for building PHP CLI applications