awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesPreview Panes

Secondary interface regions that execute commands to display content related to currently selected items.

Explore 2 awesome GitHub repositories matching user interface & experience · Preview Panes. Refine with filters or upvote what's useful.

Awesome Preview Panes GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • junegunn/fzfAvatar de junegunn

    junegunn/fzf

    81,017Ver en 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-oriented architecture, it integrates into existing shell pipelines and workflows to facilitate efficient data exploration. What distinguishes this tool is its highly extensible, event-driven design that allows for deep integration with external processes. It supports asynchrono

    Displays content previews for selected items by executing shell commands and rendering output in a secondary pane.

    Gobashclifish
    Ver en GitHub↗81,017
  • skim-rs/skimAvatar de skim-rs

    skim-rs/skim

    6,592Ver en GitHub↗

    Skim is a cross-platform interactive fuzzy finder that runs as a terminal application, a Rust library, a Vim and Neovim plugin, and a shell integration tool. It provides real-time filtering and selection from lists of items, supporting keyboard and mouse navigation, live preview panes, and multi-select functionality across Linux, macOS, and Windows. The tool distinguishes itself through a composable query expression tree that supports fuzzy, exact, inverse, prefix, suffix, and logical AND/OR operators, combined with a Smith-Waterman scoring engine that penalizes typos and gaps for natural rel

    Displays a live preview pane for the focused item, supporting plain text and PTY output.

    Rustfuzzyfinderrustskim
    Ver en GitHub↗6,592
  1. Home
  2. User Interface & Experience
  3. Terminal User Interfaces
  4. Layout and Structural Components
  5. Preview Panes

Explorar subetiquetas

  • Pseudo-Terminal Preview ExecutionsRuns preview commands inside a PTY so interactive programs render correctly in the preview pane. **Distinct from Preview Panes:** Distinct from Preview Panes: focuses on PTY execution for interactive commands rather than general preview display.
  • Scrollable PreviewsPreview panes that support scrolling to a specific initial position when first displayed. **Distinct from Preview Panes:** Distinct from Preview Panes: adds the ability to set an initial scroll position rather than just displaying content.