awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Shell Integration · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesShell Integration

Tools that hook into shell environments to provide completions, navigation, and dynamic prompt updates.

Explore 4 awesome GitHub repositories matching development tools & productivity · Shell Integration. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Terminal and CLI Enhancements
  4. Shell and Terminal Utilities
  5. Automation and Integration Tools
  6. Shell Integration

Awesome Shell Integration GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • nvbn/thefuck

    nvbn/thefuck

    95,503GitHubView on GitHub↗

    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 persis

    Pythonpythonshell
  • junegunn/fzf

    junegunn/fzf

    77,987GitHubView on GitHub↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe

    Gobashclifish
  • jesseduffield/lazygit

    jesseduffield/lazygit

    72,698GitHubView on GitHub↗

    Lazygit is a terminal-based user interface designed to simplify version control operations through a keyboard-driven workflow. It functions as a visual abstraction layer that bridges native commands with an interactive environment, allowing users to manage repository history, branches, and commit workflows without rely

    Gocligitterminal
  • starship/starship

    starship/starship

    54,296GitHubView on GitHub↗

    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, stat

    Rustbashfishfish-prompt

Explore sub-tags

  • Command Interception HooksMechanisms that use shell aliases or wrappers to intercept and process command history.
  • Directory Persistence UtilitiesMechanisms for maintaining or restoring shell working directories across application sessions.
  • Fuzzy Shell CompletionsFuzzy-matched completion for shell commands and environment variables.
Shell Integration Layers
Extensible layers for connecting shell commands to external automation.
  • Shell-Agnostic IntegrationsTools that provide consistent functionality across multiple shell types.
  • Terminal Multiplexer IntegrationsNative support for terminal multiplexers like tmux.
  • Version Control CompletionsShell auto-completion providers for version control system objects like branches and commits.